a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	
	font-weight: bold;
	text-decoration: none;
	color: #FFCC00;

}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	background-color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFCC;

}
a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;

	font-weight: bold;
	text-decoration: none;
	color: #FFCC00;

}


.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	position:absolute;
	left:40%;
	top:16px;
	z-index:2;
}
.stylegoldfont {color: #FFFFCC}
.stylefont1 {font-family: Georgia, "Times New Roman", Times, serif}
.stylebigfont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFCC;
}
.stylemediumfont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFCC;
}
.stylesmallfont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFCC;
}

