/* CSS Document */

BODY {background-color:#000000; color: silver}

A:link {color: white}
A:visited {color: silver}
A:active {color:grey}
A:hover {color: grey;}





.hovermenu ul{
font: bold 18px arial; color:silver;
padding-left: ;
margin-left: 0;
height: 24px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: silver;
background-color: #000000;
border: 2px solid #666666;
}

.hovermenu ul li a:hover{
background-color: #333333;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

.smallem {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
.bigem {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
}

.news {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CCCCCC;
}
.italicheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #CCCCCC;
	font-style: italic;
}
