@charset "UTF-8";
body { 	margin-top: 20px; }
a:link { color: #FFFFFF; text-decoration: none; }
a:visited { color: #FFFFFF; text-decoration: none; }
a:hover { color: #FFFFFF; text-decoration: underline; }
a:active { color: #FFFFFF; text-decoration: none; }


.topnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px; }
a.topnav:link { color: #FFFFFF; text-decoration: none; }
a.topnav:visited { color: #FFFFFF; text-decoration: none; }
a.topnav:active { color: #FFFFFF; text-decoration: none; }
a.topnav:hover { color: #FFFFFF; text-decoration: underline; }
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #7AADCC;
	padding-bottom: 15px;
	font-style: italic;	
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;	
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #274576;
	font-style: italic;	
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 16px;
}