.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
a:link {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
a:hover {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00FF00;
}
a:visited {
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
a:active {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00FF00;
}

body {
	background-color: #000000;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(Pictures/BG4.gif);
	background-repeat: repeat;
}.normalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.boldText {
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.redItalics {
	font-size: medium;
	font-style: italic;
	color: #FF0000;
}
.red {
	color: #FF0000;
}
.blue {
	color: #0000FF;
}
.bigTextWhite {
	font-size: xx-large;
	font-weight: bold;
	color: #FFFFFF;
}
.bigTextBlack {
	font-size: xx-large;
	font-weight: bold;
	color: #000000;
}
