@charset "utf-8";
/* CSS Document */

body {
	background-image: url(/images/background.png);
	background-repeat: repeat-x;
}
a:link {
	background-color: #FF0000;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	background-color: #FF0000;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	background-color: #FF0000;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	background-color: #FF0000;
	color: #FFFFFF;
	text-decoration: none;
}
.newsHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold; 
}
.smallArial {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.newsText {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
}
