body
{
	font-family: Helvetica;
	font-size: x-small;
	margin: 0;
}

img 
{
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px;
}

div 
{
	font-size:small; 
	margin: 0; 
	padding:2px 2px 2px 2px;
}

TABLE
{
	font-family: Verdana;
	font-size: small;
}

TH
{
	color:White;
	font-weight:bold;
	background-color:Teal;
}

A
{
	color:Blue;
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

H4
{
	color: Gray;
}

ol
{
	font-weight: bold;
	color: White;
	background-color: #999999; 
	border-bottom:1px solid #CACBCB;
}

/*user name*/
.U
{
	color: Green;
	font-weight: bold;
}

/*current user name*/
.CU
{
	color: Red;
	font-weight: bold;
}

/*message date*/
.MD
{
	font-size: 6pt;
}

.nav 
{
	font-weight:bold; 
	color:#ffffff;
	background-color:#757575; 
	/*border-bottom:1px solid #CACBCB;*/
}

.nav:focus
{
	background-color: #9a9a9a;
}

.navInfo
{
	font-size: xx-small;
	font-weight: normal; 
	color:#000000;
	background-color:#c0c0c0; 
	/*border-bottom:1px solid #CACBCB;*/
}

a.anav 
{
	color:#FFFFFF;
}

a.anav:visited 
{
	color:#FFFFFF;
}

#header
{
	background: Red;
	font-weight: bold;
	color: White;
	border-bottom: solid 1px green;
	margin: 0 0 5px 0;
	padding: 1px;
}

#header h1
{
	margin: 0 0 0 2px;
}

#header p
{
	margin: 0 0 0 10px;
}

#footer
{
	background: White;
	color: White;
	border-top: solid 1px green;
	margin: 10px 0 0 0;
	font-size: smaller;
	
}

#footer A
{
	color: Red;
}

.voteButton
{
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	background-color: #757575;
	border: 0;
}

.msgDate
{
	background: #c0c0c0;
	font-size: small;
	font-weight: bold;
	margin: 0; 
	border: 0;
}

.msg
{
	background: #ffffff;
	font-size: small;
	margin: 0; 
	border: 0;
}


