P  {}

H1  {}

H2  {
	color : White;
	text-decoration : underline;
}

H3  {
	color : Black;
}

A  {
	font-size : x-small;
	font-family : Arial;
	font-weight : Bold;
	color : Navy;
	text-decoration : none;
}


A:Hover  {
	color : Red;
	text-decoration : none;
}

BODY,TD  {
	font-size : x-small;
	font-family : Arial;
	color : Black;
}
.text {
	font-size : x-small;
	font-family : Arial;
	color : Black;
}
.text1 {
	font-size : small;
	font-family : Arial;
	color : Navy;
	font-weight : bold;
}

.text2 {
	font-size : small;
	font-family : Arial;
	color : Maroon;
	font-weight : bold;
}