@charset "utf-8";
/* CSS Document */

/* normalizes margin, padding */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{
	margin:0;
	padding:0;
	background-color: #010066;
	font-family: "Gill Sans MT";
	font-size: 16px;
}
a:link {
	color: #010066;
	text-decoration: none;
}

a:visited {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
hr {
	font-size: 16px;
	font-weight: bolder;
	color: #597786;
}
a .email { color:#FFFFFF; text-decoration: underline; }
h1,h2,h3,h4,h5,h6 { background-color: #FFFFFF; }
li { list-style-type: disc; list-style-position: inside; }
