/* CSS Document */

body {
	margin: 10px;
	padding: 0px;
	border: none;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
	color: #FFFFCC;
}
a:visited {
	text-decoration: none;
	color: #FFFFCC;
}
/*Green hover color =86C57A*/
a:hover {
	text-decoration: underline;
	color: #80FF80;
}
a:active {
	text-decoration: none;
	color: #FFFFCC;
}
.style1 {
	font-size: 20px;
	color: #FFFFCC;
	font-weight: bold;
	font-family: Garamond, Verdana, Tahoma, "Times New Roman";
}
.style2 {
	font-size: 18px;
	color: #00FFFF;
	font-weight: normal;
	font-family: Garamond, Verdana, Tahoma, "Times New Roman";
}
.style3 {color: silver}
.style5 {font-size: 18px; color: silver;}
.style6 {font-size: 36}
.style7 {
	color: silver;
	font-family: "Black Chancery";
	font-size: 44px;
}
