body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #990000;
	font-family: Arial, Helvetica, sans-serif;







}
a {
	color: #999999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: oblique;
	font-weight: bold;

}
a:hover {
	color: #FFFFFF;
}

