/* CSS Document */

body {
	background-attachment: fixed;
	text-align:center;
	background-color: #000000;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right:0px;
	padding-top: 0px;
	padding-bottom: 0px;

	background-repeat: repeat;

}

table.center {
	background-color:#FFFFFF;
	margin-left:   auto;
	margin-right: auto;
	width: 851px;
	font-variant: normal;
	max-width: 851px;
border-width: medium medium medium medium;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: 666666 666666 666666 666666;
	
}



A:link {
	color: #ffffff;
	text-decoration: underline;
	font-weight:bold;
	}
A:visited {
	color: #ffffff;
	text-decoration: underline;
	font-weight:bold;
}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}
