.LinkFont {
 font-size : 12;
 font-family :  Arial;
 color : #000000;
 font-style: none;
 text-decoration: none;
 font-weight: bold;
}
a.LinkFont:HOVER {
 font-size : 12;
 font-family :  Arial;
 color : #828282;
 font-style: none;
 text-decoration: none;
 font-weight: bold;
}
.LinkFontw {
 font-size : 12;
 font-family :  Arial;
 color : White;
 font-style: none;
 text-decoration: none;
 font-weight: bold;
}
.head1{
	font-size: 12;
	color: Navy;
	font-weight: bold;
}

.head2{
	font-size: 16;
	color: Navy;
	font-weight: bold;
	text-decoration: blink;
}

