@charset "utf-8";
/* We Got the Beat main stylesheet */

html {
	overflow: auto;
}
a {
	font-family: Courier New, Courier, monospace;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
}
body {
	background-color: #FFFFFF;
}
#main {
	position: absolute;
	top: 0px;
	margin: 0;
	padding: 0;
}
#copyright {
	margin-right: 20px;
}
img {
	border: 0;
}
