a:link{
	font-family: Arial;
	font-size: 12px;
	color : #4040FF;
	font-weight: bold;
	text-decoration : none;
}
a:active{
	font-family: Arial;
	font-size: 12px;
	color : Red;
	font-weight: bold;
	text-decoration : underline;
}
a:visited{
	font-family: Arial;
	font-size: 12px;
	color: Green;
	font-weight: bold;
	text-decoration: underline;
}
a:hover{
	color: Red;
	text-decoration : underline;
}

P {
	font-family: Arial;
	font-size : 12px;
	color : #000000;
	font-weight : bold;
}


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: Black;
	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;
}




