BODY { 
	margin: 1px;
	color : #FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

P.highlight {
	color : #00FF00;
	/*text-decoration : bold;*/
	font-weight: bold; 
}

span.highlight {
	color : #00FF00;
	/*text-decoration : bold;*/
	font-weight: bold; 
}

span.reply {
	color : #00FF00;
}

table.navihead {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: #54B71F;
	border-collapse: separate;
	background-color: #397D18;
}

table.navihead td {
	border-color: #397D18;
}

table.navigation {
	border-color: #33FF33;
	background-color: #000000;
}

table.vote {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: #FFFFFF;
	border-collapse: separate;
}

A  {
	color : #33FF99;
	text-decoration : underline;
}

A:Visited  {
	color : #00CC00;
	text-decoration : underline;
}

A:Active  {
	color :#90E765;
	text-decoration : underline;
}

A:Hover  {
	color : #000000;
	text-decoration : none;
	background-color:#00CC00;
}

/*
This section is used for the project honey pot links.
The links are viewable to spiders and harvesters, but not humans.
They are the same color as the background, hence they can't be seen.
*/
a.php {
	color: #000000;
	background-color: #000000;
	text-decoration: underline;
}

a.php:Visited {
	color: #000000;
	background-color: #000000;
	text-decoration: underline;
}

a.php:Active {
	color: #000000;
	background-color: #000000;
	text-decoration: underline;
}

a.php:Hover {
	color: #000000;
	background-color: #000000;
	text-decoration: underline;
}