@charset "utf-8";
img {
	border:none;
}

/* Pages Background */
body {
	background-color:#1b1b1b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
}

/* Link colors */
a:link {
	color: #FF0000;
	font-size:inherit;
	}
a:visited {
	color: #990000;
	font-size:inherit;
	}
a:hover {
	color: #FF0000;
	background-color: #000000;
	text-decoration: none;
	font-size:inherit;
	}
a:active {
	font-size:inherit;
	color: #FF0000;
	}
	
/* Margin spacing for all texts */
p {
margin: 0 5px 0 5px;
}

/* Newws box */
div.news {
	text-align:left;
	color:#FFF;
}
div.news H3{
	color:#F00;
	text-align:center;
	line-height:2px;
	margin-bottom:12px;
}
div.news H4{
	color:#F60;
	text-align:center;
	margin-top:10px;
}
div.news HR{
	color:#555555;
}
