body{ 
	background-color: #003366;
	font-family: 'Times New Roman', serif; 
	color: #ffffff; 
	font-size: 12pt;
	font-weight: 300; 
}
h1{ 
	font-family: 'Times New Roman', Arial, serif; 
	color: #ffffff; 
	font-size: 28pt; 
	font-weight: 800;
	background-color: #003366; 
}
h2{
	font-family: 'Times New Roman', Arial, serif;
	color: #ffffff;
	font-size: 16pt;
	font-weight: 800;
	background-color: #003366;
}
p{
	font-family: Georgia,'Times New Roman', Arial, serif;
	color: #ffffff;
	background-color: #003366;
	font-size: 10pt;
	font-weight: 300;
	margin: 0.5cm 1cm;
}
address{
	font-family: 'Times New Roman', serif;
	color: #ffffff;
	background-color: #003366;
	font-size: 9pt;
	font-weight: 300;
	font-style: italic;
}
a:link{
	 color: #00ffff;
	 background-color: #003366;
}
a:visited{
	color: #cccccc;
	background-color: #003366; 
}
a:hover{
	color: #ffffff;
	background-color: #003366;
}
a:focus{
	color: #ff0000;
	background-color: #003366;
}





