/* CSS Document */

body  
{
	background:url(bg.jpg) repeat-x;
	background-color: #ffc6c6;
}

table
{
	border:none;
	background-color:#FFFFFF;
}

th
{
background-color:#FFFFFF;
border:none;
}

a  
{
	float:center;
	width:auto;
	text-decoration:none;
	text-align:center;
}

a:hover 
{
	color:#DA0000;
}
