body{
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#444;
	padding:0;
	margin:0;
	background-color:#fff;
}
body a:hover{
	color:#CC9900;
}
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	color:#464;
	clear:both;
}
h1{
	font-size:160%;
	color:#390;
}
h2{
	font-size:130%;
	margin-bottom:0px;
	margin-top:10px;
}
h2 a{
	text-decoration:none;
	/*color:#464;*/
	color:#580;
}
h2 a:hover{
	text-decoration:underline;
	color:#464;
	color:#fc0;
}
h3{
	font-size:110%;
	font-weight: bold;
	margin:10px 5px 0px 0px;
}


