/*
body { color: black; background-color: orange; }

p {}

td {}

a:link { color: blue }

a:visited { color: purple }

a:hover { color: purple }

a:active { color: red }
font { }
*/
body 
{
	FONT-FAMILY: trebuchet ms, verdana, arial, helvetica;
}

h1 {
	FONT-FAMILY: trebuchet ms, verdana, arial, helvetica;
	color: #191970;
}

h2 {
	FONT-FAMILY: trebuchet ms, verdana, arial, helvetica;
	color: #191970;
}

h3 {
	FONT-FAMILY: trebuchet ms, verdana, arial, helvetica;
	color: #191970;
}


.bluebox {
	background-color: #B0C4DE;

}


/*
.menuLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}
*/


/*
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
*/
.hdm 
{
	FONT-FAMILY: trebuchet ms, verdana, arial, helvetica;
	font-weight:bold;	
}

.online
{
	FONT-FAMILY: trebuchet ms, verdana, arial, helvetica;
	font-weight:bold;
	color:#ff0000;	
}

a {
	COLOR: #000000; 
	FONT-FAMILY: trebuchet ms, verdana, arial, helvetica;
	text-decoration:underline;
	}
a:hover {
	COLOR: #000000; 
	FONT-FAMILY: trebuchet ms, verdana, arial, helvetica;
	text-decoration:underline;
}

a:focus {
	color: #ffffff;
	background-color:#191970;;
	FONT-FAMILY: trebuchet ms, verdana, arial, helvetica;
}

img {
 border: 0pt;
}

