html { text-align: center;}
body {
	background: #fff;
	color: #000;
	font-family: Verdana, Sans, "Eurostile extended 2", "Helvetica medium", Arial, sans-serif;
	font-family: "Lucida Grande", "Lucida Sans", Sans, Verdana, Tahoma, Arial, sans-serif;
       	/*font-size: 12px;*/
	color: #000000;
	text-align: left;
}

a:link          { color: #21449c }
a:visited       { color: #21449c }
a:hover         { color: #21449c; text-decoration: underline }

a.nav           { text-decoration: none; color: #21449c }
a.nav:link      { color: #21449c }
a.nav:visited   { color: #21449c }
a.nav:hover     { color: #21449c; text-decoration: underline }

a.mininav         { text-decoration: none; color: #21449c; font-size: 10px }
a.mininav:link    { color: #21449c }
a.mininav:visited { color: #21449c }
a.mininav:hover   { color: #21449c; text-decoration: underline }

a.footer         { text-decoration: none; color: #ffffff; font-size: 10px }
a.footer:link    { color: #ffffff }
a.footer:visited { color: #ffffff }
a.footer:hover   { color: #ffffff; text-decoration: underline }

textarea        { width: 500px; }
h1 { font-size: 150%; }
h3 { margin-top: 2em; background-color: #ddd; margin-bottom: 0px; padding: 3px; -webkit-border-radius: 3px; padding-left: 0.7em; }
.code           { font-family: courier; color: #000000 }
.footer { font-size: 85%; color: #666; margin-top: 4em; border-top: 1px dashed #aaa; padding: 1em; }

.clear { clear: both; }

div#content div#main { float: left; width: 70%; }
div#content div#aside { width: 200px; float: right; font-size: 90%; }
div#aside h4 { margin-bottom: 0; }
div#aside div#job p { margin-top: 0; }

.index ul li { margin-bottom: 1em; }

pre {
	overflow: auto;
}

hr { display: none; }

div#ad { text-align: center; }
p.ad-link, p.ad-link a {
	font-size: 90%;
	text-align: center;
	color: #aaa;
	font-style: italic;
	margin: 2em 0 2em 0;
}
