#sidebar { 
		text-align: left;
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; /* remove */
		font-size: 0.8em; /* remove */
}

#page-actions ul { list-style: none; margin: 0px; padding: 2px; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; } /* remove font-family */
#page-actions li { display: inline; margin: 0px; padding: 2px; }
#page-actions li a { text-decoration: none; color: #eee; margin: 0px; padding: 2px; }
#page-actions li a:hover { text-decoration: underline; color: #eee; margin: 0px; padding: 2px; }
pre { font-size: 1.2em; }

dt { font-weight: bold; }

.escaped {
font-size:1.3em;
}

.cloud {
	margin-right: 15px;
	text-align: center;
	font-color: white;
}

/*Used on homepage for links box*/
.box
{
  background: #ddddff;
	padding: .8075em 1.615em;
	margin: 1.615em 0;
	border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
}

/* To add a small graphic on the right of external links like the Wikipedia fashion 

#wikibody a.external {
   background: url(external.png) center right no-repeat;
   padding-right: 13px;
   color: #2f6fab;
}
#wikibody a.external:visited {color: #006699;}

*/
