body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
td {
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF9;
	letter-spacing: -1px;
	text-align: center;
}
h2 {
	font-size: larger;
	color: #FF9;
}
a:link {
	color: #FFFFCC;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	font-size: 16px;
}
.readmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
