body {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000000;
	background-color:#F8F3EA;
	
}
h1 {	
	font-family: Verdana, Arial;
	font-size: 18px;
	color: #333333;
	text-decoration:underline;
	font-weight:bolder;	
}
h2 {	
	font-family: Verdana, Arial;
	font-size: 16px;
	color: #333333;
	text-decoration:none;
	font-weight:bolder;	
}
h3 {	
	font-family: Verdana, Arial;
	font-size: 14px;
	color: #333333;
	text-decoration:none;
	font-weight:normal;	
}
table {
	background-color:#F8F3EA;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000000;
}

a:link {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #CC3333;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}

