P  {}

H1  {}

H2  {}

H3  {}

A  {
	font-size : small;
	font-family : serif;
	font-weight : bold;
	font-style : normal;
	color : Navy;
	text-decoration : none;
}

A:Visited  {}

A:Active  {}

A:Hover  {
	font-size : small;
	font-family : serif;
	font-weight : bold;
	font-style : normal;
	color : Blue;
	text-decoration : none;
}

BODY  {
	font-family : Geneva, Arial, Helvetica, san-serif;
	font-size : small;
	font-weight : normal;
	font-style : normal;
	color : #000000;
}

#copy  {
	font-size : x-small;
	font-family : serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

#menu  {
	font-size : small;
	font-family : serif;
	font-weight : normal;
	font-style : normal;
	color : White;
	text-decoration : none;
}

#menuselect  {
	font-size : small;
	font-family : serif;
	font-weight : normal;
	font-style : normal;
	color : Navy;
	text-decoration : none;
}


