body {
	background-color: #DB3E37;
}
body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.button {
	background: #990000;
	
	display: block;
	padding: 10px;
	height: 20px;
	width: 600px;
	border: 2px solid #FFFF00;
}
