body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 9px;
	color: #DDDEDE;
	background-color: #999999;
	margin: 0px;
	padding: 0px;
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #E7DF00;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
}
