body {
	
	background-color: black;
	margin: 20px;

}

p {
	font-family: "verdana", "Arial", sans-serif; 
	font-size: 12px;
	font-weight: normal; 
	color: #ffffff;
	margin-left: 10px;

}

.title {
	font-family: "verdana", "Arial", sans-serif; 
	font-size: 22px;
	font-weight: bold; 
	color: #cc9900;
	margin-left: 10px;

}

a {
	font-family: "verdana", "Arial", sans-serif; 
	font-size: 14px;
	font-weight: normal; 
	color: #ffffff; 
	text-decoration: none;

}

a:hover {
	color: pink;
	font-weight: bold;
	text-decoration: underline;

}

a.spat {
	font-family: "verdana", "Arial", sans-serif; 
	font-size: 14px;
	font-weight: normal; 
	color: red; 
	text-decoration: none;

}

a.spat:hover {
	color: red;
	font-weight: bold;
	text-decoration: underline;

}

td.red {
	background-color: #cc0000;
}

td.grey {
	background-color: #333333;
}

.borderred {
	 border: 3px solid #660000;
}