
.text a:link {
	color: #990000;
	text-decoration: none;
	
}
.text a:visited {
	text-decoration: none;
	color:#990000;
	
}
.text active {
	text-decoration: none;
	color:#990000;
}

.text a:hover {
	color: #660000;
	
}.table {
	border: 1px solid #FFFFFF;
	width: 750 px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}
body {
	background-color: #333333;
}
