body {
	background-color:#444;
}
.container {
	padding:10px;
	width: 1080px;
	margin:0 auto;
	height:auto;
	background-color:#000;
}
body,td,th {
	color: #FFFFFF;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.style1{
	color:#FF0000;
}