body {
	background-image: url(http://www.flatlinersclan.co.uk/vwar/images/background.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
}

a:link { color: #000000; text-decoration: none }
a:visited { color: #000000; text-decoration: none }
a:active { color: Maroon; text-decoration: underline }
a:hover { color: Maroon; text-decoration: underline }

body,td,th {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}

<!--- Articles Start --->
.article {
	border: 0px;
	background: #EAEAEA;
	background-image: url(http://www.flatlinersclan.co.uk/vwar/images/article_bg.jpg)
}
.article_title {
	font-weight: bold;
	padding-left: 5px;
	color: #FFFFFF;
}
.article_posted_by {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
}
.article_posted_date {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: right;
}
.article_text {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
}
.article_comments_bit {
	font-weight: bold;
	color: #000000;
}
.article_comments_bit:link { color: #000000; text-decoration: none }
.article_comments_bit:visited { color: #000000; text-decoration: none }
.article_comments_bit:active { color: Maroon; text-decoration: underline }
.article_comments_bit:hover { color: Maroon; text-decoration: underline }
<!--- Articles End --->

<!--- Matches Start --->
.match_more {
	font-weight: bold;
	color: Maroon;
}
.match_more:link { color: Maroon; font-weight: bold; text-decoration: none }
.match_more:visited { color: Maroon; font-weight: bold; text-decoration: none }
.match_more:active { color: Red; font-weight: bold; text-decoration: none }
.match_more:hover { color: Red; font-weight: bold; text-decoration: none }

.match_won {
	color: #006600;
}
.match_loss {
	color: RED;
}
.match_draw {
	color: GREY;
}
<!--- Matches End --->
