body{
	/*height:100%;*/
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, Geneva, san-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	background:transparent;
}

h1, h2, h3 {
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: normal;
	color:#D84F04;
	}
	
h2 a:link{
color:#DD4B0C;
text-decoration:none;
}	
a:link{
color:#F99E00;
text-decoration:underline;
}

a:visited, h2 a:visited{
color:#F99E00;
}
a:hover, h2 a:hover, h3 a:hover{
text-decoration:none;
color:#394734;
}
a:active, h2 a:active{}

p {
	font:normal 12px/1.5em Arial, Verdana, Sans-Serif;
	color:#333;
	}
