body {
	background-color: black;
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
}
			
a:link {
	font-size: 10pt;
	color: white;
}

a:visited {
	color: gray;
	font-size: 10pt;
}

a:hover{
	text-decoration: none;
}

a:bluelink:link{
	font-size: 12pt;
	color: #336699;
	text-decoration: underline;
}

a:bluelink:link:hover{
	text-decoration: none;
	font-size: 12pt;
}

a:bluelink:visited{
	color: gray;
	font-size: 12pt;
}

.gray{
	font: 10pt;
	color: gray;
}

.small{
	font-size: 10pt;
}

.title{
	background-color: #3B506B;
	font: bold;
}

h1{
	font: 1pt;
	color: black;
}

.text{
	font-size: 12pt;
}



