body {
	margin: 20px;
	background: #000 url(../imgs/bg.jpg) repeat left top;
	font: normal 13px/16px Arial, Sans-serif;
	color: #ccc;
}

td, .NormalText {
	font: normal 13px/16px Arial, Sans-serif;
	color: #ccc;
}

.SpecialText {
	font: normal 14px/18px "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
	color: #ccc;
}

a:link, a:visited, a:hover, a:active {
	color: #cc9933;
}
a:visted {
	color: #999966;
}
a:hover, a:active {
	color: #fc3;
}
img.paddingTop {
	padding-top: 10px;
}
h1 {
	color: #c60;
	text-align: center;
	font: bold 20px/16px "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
}
ul {
	list-style-image: url(../imgs/bullet.gif);
}
ul li {
	font: normal 16px/16px "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
	color: #cc9;
	margin-top: 4px;
}