body {
	background-color: #2D2D2D;
}
body,td,th {
	color: #FFFFFF;
	font-family: Courier New, Courier, monospace;
	font-size: x-large;
}
.style1 {
	font-size: xx-large;
	margin-top:50px;	
	margin-left:10px;
	font-family: Courier New, Courier, monospace;
	font-weight: bold;
}
.style2 {	
	font-size: x-large;
	font-weight: bold;
	margin-top:25px;	
	margin-left:10px;
	font-family: Courier New, Courier, monospace;
	color: #FFFFFF;
}
.style3 {
	font-size: x-large;
	font-family: Courier New, Courier, monospace;
	margin-top:25px;	
	margin-left:375px;
	color: #FFFFFF;
}
.style4 {
	font-size: large;
	font-family: Courier New, Courier, monospace;
	color: #FFFFFF;
}
a:link {
	color: #A0D0E7;
	font-family: Courier New, Courier, monospace;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-family: Courier New, Courier, monospace;
	color: #EEEEEE;
}
a:hover {
	text-decoration: none;
	font-family: Courier New, Courier, monospace;
	color: #3399CC;
}
a:active {
	text-decoration: none;
	font-family: Courier New, Courier, monospace;
}