body {
  margin:0px; 
  background-color: #04192e;
  background-image:url(images/website/background2.jpg);
}
a:link {
  color:#33CC33;
	text-decoration:none;
}
a:visited { 
  color:#348934;
	text-decoration:none; 
}
a:hover { 
  color:#990000;
	text-decoration:none; 
}
a:active { 
  color:#990000;
	text-decoration:none; 
}
a:focus { 
  color:#990000;
	text-decoration:none; 
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}
.textbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}
.textitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}
.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}
.textsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}

td.maintable {
  background-image:url(images/website/background.jpg);
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
}
img {
  border-color: #000000;
}

.credits {
	font-family: "Courier New", Courier, mono;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}