.body  {
	font-size : 12;
	font-family : Verdana;
	color : black;
	line-height : 1.5;
}

.body A  {
	text-decoration : none;
	color : #00458a;
}

.body A:hover  {
	color : red;
	text-decoration : underline;
}

.small  {
	font-size : 11;
	font-family : Verdana;
	color : black;
	text-decoration : none;
	line-height : 2;
}

.small A  {
	text-decoration : none;
	color : #00458a;
}

.small
 A:hover  {
	color : red;
	text-decoration : underline;
}

.header  {
	font-size : 12;
	font-family : Verdana;
	font-weight : bold;
	color : white;
}

.header A  {
	text-decoration : none;
	color : white;
}

.header A:hover  {
	color : yellow;
	text-decoration : underline;
}

.header1  {
	font-size : 20;
	font-family : Verdana;
	color : black;
}

.foot  {
	color : black;
	font-size : 11;
	font-weight : bold;
	font-family : Arial;
}

.foot A  {
	color : #00458a;
}

.foot A:hover  {
	color : red;
	text-decoration : underline;
}


.side  {
	color : black;
	font-size : 10;
	font-weight : bold;
	font-family : Verdana;
}

.side A  {
	color : #00458a;
}

.side A:hover  {
	color : red;
}

.nav  {
	font-size : 13;
	font-weight : bold;
	font-family : Arial;
	color : black;
	text-decoration : none;
	background-color : #003366;
}

.nav A  {
	color :white;
	text-decoration : none;
	background-color : #003366;
}

.nav A:hover  {
	color : black;
	background-color : #99ccff;

}

.big  {
	font-size : 22;
	font-family : Verdana;
	color : Black;
	font-weight : bold;
}

.med  {
	font-size : 18;
	font-family : Verdana;
	color : Black;
}

