/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 

Document Space

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



body {

	background: white;

	font-size: 76%;

	font-family: "Trebuchet MS", verdana, helvetica, arial, sans-serif;

}







/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 

XHTML tags

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



p, ul, ol, li, blockquote, label, address {

	font-size: 1em;

}

p {

	margin: 0 0 1em 0;

}



h2, h3, h4 {margin: 0 0 1em 0;}



h2 {

	font-size: 1.75em;

	color: black;

	font-weight: bold;

}

h3 {

	font-size: 1.5em;

	color: black;

	font-weight: bold;

}

h4 {

	font-size: 1.2em;

	color: black;

	font-weight: bold;

}

a {font-weight: bold;}

a:link {

	text-decoration: none;

	color: #961E16;

}

a:visited {

	text-decoration: none;

	color: #6B1513;

}

a:hover {

	text-decoration: none;

	color: #91B54D;

}

a:active {

	text-decoration: none;

	color: #91B54D;

}