@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../ASSETS/WEBSITE/BACKGROUNDS/background_checkered_grunge_big.png);
	color: #FFF;
	font-family: Arial;
	}
h1 {
	font:#000000 arial, sans-serif;
	font-size:30px;
}
p {
	font:#FFF arial, sans-serif;
	font-size:12px;
}
th {
	font:#FFF arial, sans-serif;
	background-image:url(../ASSETS/WEBSITE/BACKGROUNDS/table_background.png)
}
tr {
		background-image:url(../ASSETS/WEBSITE/BACKGROUNDS/table_background.png)
}
body p {
	font-size: 16px;
}
.creds {
	font-size: 9px;
	font-family: Arial;
	font-style: normal;
	color: #F00;
	position: static;
	text-align: center;
}
.sidebarLINK {
	font-family: "Apple ][";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color: #F00;
	background-image:url(../ASSETS/WEBSITE/BACKGROUNDS/table_background.png)
	text-align: center;
	word-spacing: normal;
	white-space: normal;
	display: block;
}
a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #F00;
}