body {
	background-color: #333333;
	background-image: url('images/bg.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link {
	color: #E8271E;
	text-decoration: none;
}
a:visited {
	color: #E8271E;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #E8271E;
	text-decoration: none;
}

h1 {
	font-size: 14px;
	color: #000000;
    background-color: #E8271E;
}