@charset "UTF-8";
body  {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "Platino Linotype", Palatino, Garamond, "Times New Roman", Times, serif;
	font-size: 12pt;
}
a:hover {
	color: #FF0000;
	text-decoration: underline overline;
	background-color: #FFCCFF;
}
h1 {
	font-weight: bold;
	color: #990000;
}
.bg_two {
	background-color: #CCCCCC;
}
h2 {
	font-weight: bold;
	color: #990000;
}
.footer {
	color: #333333;
	font-family: Garamond, Georgia, Times, "Times New Roman", serif;
	font-size: 90%;
}

a:link {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline overline;
	background-color: #990000;
}
a:visited {
	color: #660000;
}
.bg_one {
	background-color: #999999;
}
.red {
	color: #FF0000;
}
