﻿* { font-size: 1em; } /* standardize fonts */
html, body {
	font-size: 100%; /* fixes em's in IE */
}
body {
	font: 75%/1.25 Arial,Helvetica,Tahoma,sans-serif; /* reset to 12 pixels for the base font-size; line-height of 15 pixels */
}

a img { border:0; }
small { font-size: .83em; }
big { font-size: 1.2em; }

/* content areas of the document */
/* I don't usually use an h1 in the content of the document; start from h2 */
.content h1 {
	font-size: 1.5em; /* about 18px depending on base font-size; */
	margin: 1.5em 0 .5em;
	color: #916524;
}
.content h2 {
	font-size: 1.35em; /* about 16px */
	margin: 1.5em 0 .5em;
	color: #215e5e;
}
.content h3 {
	font-size: 1.16em; /* about 14px */
	margin: 1.3em 0 .3em;
	color: #000000;
}
.content h4 {
	font-size: 1.1em; /* about 13px */
	margin: 1.1em 0 .2em;
	color: #916524;
}
.content p { 
	margin: .2em 0 1.2em;
}


a:link { color:#215e5e; }
a:visited { color:#916524;  }
a:hover, a:focus, a:active { color:#CE9E56 ; text-decoration: none; }

textarea { font:100%/1.25 Tahoma,Arial,Helvetica,sans-serif; }

#last_updated
{
    text-align: right;
    color: #999;
    border-top: 1px solid #CCC;
    padding: 3px 3px 0;
}
