@charset "UTF-8";
a:link {
	color: #990000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
a:hover {
	color: #3366FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
a:visited {
	color: #990000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}
h1 {
	font-size: 16px;
	color: #FFFFFF;
}
