P { font-family: arial, helvetica, geneva, verdana;
color: Black;
font-size: 10pt;
}

H2 { font-family: arial, helvetica, geneva, sans-serif;
color: #008080;
}

H3
{ font-family: arial, helvetica, geneva, sans-serif;
color: #800000;
}

H4 { font-family: arial, helvetica, geneva, sans-serif;
color: #408080;
}

H5 { font-family: arial, helvetica, geneva, sans-serif;
color: #808040;
}

UL
{ font-family: arial, helvetica, geneva, sans-serif;
color: Black;
font-size: 10pt;

}

OL
{ font-family: arial, helvetica, geneva, sans-serif;
color: Black;
font-size: 10pt;

}


A { 
    color: Blue;
}

A:active { 
color: White;
background-color: Navy;
}    

.border {  border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.line {  border-color: black black #000000; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
.menu {
	color: #000000;
	text-decoration: none;
}
.menu:hover {

	color: #006699;
	text-decoration: none;
}
.dots {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
