@charset "utf-8";
/* CSS Document */

body
{
	background-color:#176329;
	font-size:1em;	
}

A:link
{
	color:#3C9451;
	text-decoration:none;
	font-weight:bold;
}

A:visited
{
	color:#3C9451;
	text-decoration:none;
	font-weight:bold;
}

A:active
{
	color:#3C9451;
	text-decoration:none;
	font-weight:bold;
}

A:hover
{
	color:#00FF3D;
	text-decoration:none;
	font-weight:bold;
}

.host A:link
{
	color:#00FF3D;
	text-decoration:none;
	font-weight:bold;
}

.host A:visited
{
	color:#00FF3D;
	text-decoration:none;
	font-weight:bold;
}

.host A:active
{
	color:#00FF3D;
	text-decoration:none;
	font-weight:bold;
}

.host A:hover
{
	color:#3C9451;
	text-decoration:none;
	font-weight:bold;
}

H1
{
	font-size:4em;
	font-style:oblique;
	font-family:"Arial Black";
	text-align:center;
	line-height:1em;
	color:#FF0418;
}

H2
{
	font-size:2em;
	font-family:"Arial Black";
	text-align:center;
	line-height:1em;
}

H3
{
	font-size:1.5em;
	font-family:"Arial Black";
	text-align:left;
	color:#176329;
	line-height:0.5em;
}

/* Copyright and IP text */
.bgtext
{
	color:#FFFFFF;
}

.news_bar_post
{
	background-color:#82111A;
	color:#FF9F96;
}

.news_bar_type
{
	background-color:#82111A;
	color:#FF9F96;
}
.news_body
{
	background-color:#FF9F96;
}

#links_table tr:hover
{
	background-color:#FF9F96;
}

.sb_messages {
	background-color:#FF9F96;
	color:#000;
}

.sb_messages0 {
	background-color:#82111A;
	color:#FF9F96;
}

.button {
	background-color:#82111A;
	color:#FF9F96;
	border:thin solid #FF9F96;
}

hr {
	width: 70%;
	background-color: #82111A;
	color: #82111A;
}