@charset "utf-8";
/* 
CSS Document
Site: http://www.yougotamonkey.com
Author: Bob Ulous
Date: May 5, 2009
*/
img {border-style: none;}

body,td,th {
	color: #FF0000;
}
body {
	background-color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.style1 {color: #FFFFFF}

.style2 {font-size: 22px}

.style3 {font-size: 22px; color: #0000FF; }

td {
	text-align: center;
}

#footer img {
	margin: 0 30px;
}

#container {
	width: 900px;
	margin: 0 auto;
}