@charset "utf-8";
body {
	margin-top: 0px;
	background-color: #DBC960;
}
a:link {
	color: #0054A8;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0066FF;
}
a:hover {
	text-decoration: none;
	color: #993300;
}
a:active {
	text-decoration: underline;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin-left: 4px;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	margin-left: 4px;
	font-style: italic;
}
.red {
	color:#EC0404;
}
