body
{

}

table.border {border: medium solid gray }

H1 {  font-size: xx-large; color: Black; font-family: sans-serif; }
H2 {  font-size: x-large; color: Black; font-family: sans-serif; }

H6 {  color: gray; font-family: "Geneva", Arial}

P.header{
	font-family: "Geneva", Arial;
	text-align: center;
	font-size: large;
	color: black;
}

P.footer{
	font-family: "Geneva", Arial;
	text-align: center;
	font-size: xx-small;
	color: gray;
}

P{
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size : x-small;
}

UL{
	font-family: Arial, Helvetica, sans-serif;
	font-size : x-small;
}
 a.nav
 {
	color : black;
	font-family : Courier New ;
	font-size : smaller;
	text-decoration : none;
}
a.nav:visited
 {
	color : black;
	font-family : Courier New ;
	font-size : smaller;
	text-decoration : none;
}
a.nav:hover
{
	color :red;
	font-family : Courier New ;
	font-size : small;
	text-decoration : none;
}

a.link
{
	color : gray;
	font-family : Arial ;
	font-size : medium;
	text-decoration : none;
}
a.link:hover
{
	color :black;
	font-family : Arial ;
	font-size : medium;
	text-decoration : none;
}

a:visited
{
	color: navy;
}