@charset "UTF-8";
/* CSS Document */

<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin-top: 0px;
	background-image: url(bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	
}

a:link {
	text-decoration: none;
}
a:visited {
    text-decoration: none;	
}
a:hover {
	text-decoration: none;
	color: #00FFFF;
}
a:active {
	text-decoration: none;
}
-->
