
a  {
	font-family : arial, helvetica, sans serif;
	font-size : 11px;
 color : blue;
	text-decoration : none;
	font-weight : normal;
}

a:Visited  {
	font-family : arial,  helvetica, sans serif;
	font-size : 11px;
 color : blue;
 text-decoration : none;
	font-weight : normal;
}

a:Active  {
	font-family : arial, helvetica, sans serif;
	font-size : 11px;
 color : red;
	text-decoration : underline;
	font-weight : normal;
}

a:Hover  {
	font-family : arial,  helvetica, sans serif;
	font-size : 11px;
 color : #3366FF;
	text-decoration : underline;
	font-weight : normal;
}

body  {
	font-size : 11px;
 color : #000000;
	font-family : arial,  helvetica, sans serif;
}

td {
	font-size : 11px;
 color : #000000;
	font-family : arial, helvetica, sans serif;
}

p {
	font-size : 11px;
 color : #000000;
	font-family : arial, helvetica, sans serif;
}

.coords {
	font-size : 9px;
 color : #000000;
	font-weight : normal;
	font-family : verdana, arial, helvetica, sans serif;
}

ol {
	font-size : 11px;
 color : #000099;
	font-weight : bold;
	font-family : verdana, arial, helvetica, sans serif;
}


