body {
	background-color: #001A43;
	background-image: url(pattern.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.text{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#161616;
}

.news{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
}

.big{
	font-size:16px;
}

a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #999;
}