body {
	margin : 0;	
	//background-color: #FFEFD5;
	background-color: black;
	color: white;
	font-family: arial, sans-serif;
	font-size: 11px;
}

img {
	border : 0 none;
}

.center {
	text-align : center;
}

.text_box {
	padding-left : 50px;
	padding-right : 50px;
	text-align : center;

}

#rating td {
	font-size: 13px;
	font-weight: bold;
	background-color: #3974A6;
	color: white;
}

#menu td {
	font-size: 13px;
	font-weight: bold;

	color: white;

}

#menu td a {
	color: #3974A6;
	text-decoration: none;
}

.footer {

	background-color: #3974A6;
	text-align : center;
	color: white;
	border-top : 1px solid #92ABBF;
	border-bottom : 1px solid #92ABBF;
	padding : 3px;
	margin-top: 10px;
	margin-bottom: 5px;	
}
