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

body{
background: #034B4F url(images/bg.jpg) center;
margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td,body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
}
a:link {
	color: #FFFF00;
}
a:visited {
	color: #FFFF00;
}
a:hover {
	color: #00CC99;
}
a:active {
	color: #FFFF00;
}