@charset "UTF-8";
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #CCCCCC;
	letter-spacing: -1px;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:normal;
	color: #FFFFFF;
	letter-spacing: -1px;
}
.links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFCC33;
	text-decoration: none;
}
a.links:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

