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

a:link {
	text-decoration : none;
	color : #0033CC;
} 
a:visited {
	text-decoration : none;
	color : #0033CC;
} 
a:hover, a:active { 
text-decoration : none; 
color : #000000; 
} 

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #0033CC;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #0033CC;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: regular;
	color: #000033;
	text-decoration: none;
}

