body {
	background-color: #000E1C;
	background-image: url();
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
#container {
	width: 760px;
	margin-left: auto;
	background-color: #001E3C;
	text-align: center;
	margin-right: auto;
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: thick;
	border-bottom-style: double;
	border-bottom-color: #999999;
}
#container #live td {
	text-align: center;
}

.class1 {
	background-color: #002346;
	text-align: center;
	border: thin solid #666666;
}
.border {
	border: medium double #999999;
	padding: 5px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
	padding: 10px;
	text-align: left;
}
#nav {
	text-align: center;
	padding-top: 10px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #000E1C;
	padding-bottom: 10px;
	padding-left: 10px;
}
#nav a:hover {
	text-decoration: none;
}

#nav a:link {
	color: #75BAFF;
}
#nav a:visited {
	color: #2492FF;
}
#nav td {
	text-align: left;
}
.class {
	border: medium dotted #999999;
	padding: 8px;
	margin: 10px;
}
body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}
h2, h3, h4, h5, h6 {
	font-size: medium;
}

a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
}
#live {
	background-color: #009CEA;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#top {
	text-align: left;
}
#live th {
	color:#003399;
	background-color:#FFFFFF;
}
.more_info {
	text-align: center;
	margin: auto;
	width: 85%;
}

