
/********** Designed by www.stazikerjones.co.uk **********/

a {
color: #FFAE00;
 text-decoration: none;
}

a:link {
color: #FFAE00;
 text-decoration: none;
}

a:visited {
 color: #FFAE006;
 text-decoration: none;
}

a:active {
 color: #FFAE00;
}

a:hover {
color: #AE7701;
 text-decoration: underline;
}

body {
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
    font-family: "Lucida Grande","Lucida Sans Unicode", verdana, geneva, sans-serif;
    font-size: 12px;
	font-weight:normal;
	line-height: 16px;
	color:#fff;
}

h1 {
    font-family: "Lucida Grande","Lucida Sans Unicode", verdana, geneva, sans-serif;
    font-size: 14px;
	font-weight:normal;
	color:#fff;
}

.tabletastic {
	background-color:#000;
}

/********** Done **********/