h1 
{
	font-family: Arial Black; 
	font-size: xx-large; 
	color: #000050; 
	line-height: 30px;
}

h2 
{
	font-family: Arial; 
	font-size: small; 
	color: #000050; 
	line-height: 0px
}

h3 
{
	font-family: Arial; 
	font-size: large; 
	color: #000050; 
	line-height: 0px
}

p 
{
	font-family: Arial; 
	font-size: large; 
	color: #000050;
}

a.click:link {font-family: Arial; font-size: large; color: #000050; text-decoration: none;}
a.click:visited {font-family: Arial; font-size: large; color: #000050; text-decoration: none;}
a.click:hover {color: #00006e; text-decoration: underline;}
a.click:active {color: white;}
