body{
	background-color: #000000;
	margin:0;
	padding:0;
	background-image: url(tiles/dagTileGreen.gif);
	font-family: "Courier New", Courier, mono;
	color: #181818;
	font-size: 9px;
}
table{border:0px}
html, body{height:100%}
.normalText {
	font-family: "Courier New", Courier, mono;
	color: #181818;
	font-size: 12px;
}
.normalTextBold {
	font-family: "Courier New", Courier, mono;
	color: #181818;
	font-size: 12px;
	font-weight:bold;
}
.smallerText {
	font-family: "Courier New", Courier, mono;
	color: #181818;
	font-size: 11px;
}

.smallerTextBold {
	font-family: "Courier New", Courier, mono;
	font-weight:bold;
	color: #181818;
	font-size: 11px;
}

.smallerTextRed {
	font-family: "Courier New", Courier, mono;
	color: #CC0000;
	font-size: 11px;
}
.whiteText {
	font-family: "Courier New", Courier, mono;
	color: #EFEFEF;
	font-size: 12px;
}
.whiteText A:link {color: #EFEFEF;}
.whiteText A:visited {color: #EFEFEF;}
.whiteText A:active {color: #EFEFEF;}
.whiteText A:hover {color: #CC3300;}

a:link {
	color: #181818;
}
a:visited {
	color: #181818;
}
a:hover {
	color: #CC3300;
}
a:active {
	color: #181818;