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

<style type="text/css">

body,td,th {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
body {
	background-image: url(images/back.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
}

a:link {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #FF00FF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}

</style>
