body {
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/background.jpg);
	margin: 0px;
	color: #FFFFFF;
}
.yellow {
	color: #FFFF00;
}
a:link {
	color: #FFFF00;
}
a:visited {
	color: #FFFF00;
}
a:hover {
	color: #6633FF;
}
a:active {
	color: #FF0000;
}
.stripesbackground {
	background-image: url(images/stripes.gif);
	background-repeat: repeat-y;
}
.footer {
	font-size: 12px;
	color: #FFFF00;
}
.mainTD {
	background-image: url(images/backgrounddark.jpg);
}
.mainTD img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.tiny {
	font-size: 10px;
	color: #D3BDD2;
}

