@charset "utf-8";
/* CSS Document */

body
{
	background-color:#1A1763;
	font-size:1em;
}
	
A:link
{
	color:#0900ff;
	text-decoration:none;
	font-weight:bold;
}
	
A:visited
{
	color:#0900ff;
	text-decoration:none;
	font-weight:bold;
}
	
A:active
{
	color:#0900ff;
	text-decoration:none;
	font-weight:bold;
}
	
A:hover
{
	color:#3f3c94;
	text-decoration:none;
	font-weight:bold;
}
	
H1
{
	font-size:4em;
	font-style:oblique;
	font-family:"Arial Black";
	text-align:center;
	line-height:1em;
	color:#FFD504;
}
	
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:#1A1763;
	line-height:0.5em;
}


.bgtext /* Copyright and IP text */
{
	color:#FFFFFF;
}

.news_bar_post
{
	background-color:#826F11;
	color:#FFEA79;
}

.news_bar_type
{
	background-color:#826F11;
	color:#FFEA79;
}
.news_body
{
	background-color:#FFEA79;
}

#links_table tr:hover
{
	background-color:#FFEA79;
}

.sb_messages {
	background-color:#FFEA79;
	color:#000;
	}

.sb_messages0 {
	background-color:#826F11;
	color:#FFEA79;
}

.button {
	background-color:#826F11;
	color:#FFEA79;
	border:thin solid #FFEA79;
}

hr {
	width: 70%;
	background-color: #826F11;
	color: #826F11;
}