a:link{
	font-family: Arial;
	font-size: 11px;
	color : #002AFF;
	font-weight: bold;
	text-decoration : none;
}
a:active{
	font-family: Arial;
	font-size: 11px;
	color : Red;
	font-weight: bold;
	text-decoration : none;
}
a:visited{
	font-family: Arial;
	font-size: 11px;
	color : #C71585;
	font-weight: bold;
	text-decoration : none;
}
a:hover{
	color: Red;
	text-decoration : underline;
}

P {
	font-family: Arial;
	font-size : 12px;
	color : Black;
}


H1 {
	font-family: Arial;
	font-size : 18pt;
	color : Navy;
	font-weight : bold;
}

H2 {
	font-family: Arial;
	font-size : 16pt;
	color : #004000;
	font-weight : bold;
}
H3 {
	font-family: Arial;
	font-size : 14pt;
	color : Black;
	font-weight : bold;
}

H4 {
	font-family: Arial;
	font-size : 12pt;
	color : White;
	font-weight : bold;
}

H5 {
	font-family: Arial;
	font-size : 12pt;
	color : Black;
	font-weight : bold;
}

H6 {
	font-family: Arial;
	font-size : 8pt;
	color : Navy;
	font-weight : bold;
}

.footer
{
	background-color:#CCCCFF;
	font-size: 10px;
	font-family: arial;
	text-align: center;
	width : 750px;
}




