p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
}

a:link, a:visited {
	color: #003399;
	text-decoration: none;
	list-style-type: none;
	font-style: normal;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;


}
