

.test {
	background-color: #000;
	background-size: auto;
	color:  #ffff00;
	top: 0;
  	left: 0;
  	width: 1900px; 
	height: 615px;
}

.ttt body,td,th {
	
	text-decoration: none;
	font-family: Didact Gothic, Century Gothic, Verdana, sans-serif, Arial;
	font-style: normal;
	font-size: 16px;	
	border: 0px;
	cellspacing: 0px;
	cellpadding: 0px;
}

.ttt h1 {
	font-size: 22px;
	font-weight: 900;
	text-align: center;
	text-decoration: underline;
	padding: 0px 0px;
}

.ttt h2 {
	font-size: 18px;
	font-weight: 900;
	text-decoration: underline;
	padding: 0px 0px;
}

.ttt ul {
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
 	width: 228px;
  	background-color: #000;
	color:  #ffff00;
	font-weight: normal;
	text-align: left;
}

.ttt li a {
  	display: block;
  	color: #ffff00;
  	padding: 10px 10px;
  	text-decoration: none;
	text-align: center;
}

/* Change the link color on hover */
.ttt li a:hover {
  background-color: #3853A2;
  color: #1C1651;
}

