/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	background-color: #141414;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
	font-style: normal;
}

p {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ccc;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}

p.footer {

font-size: 10px;
}

td.footer{
background-color: #333;
}

a:link, a:hover, a:visited, a:active {
color: #4b4b4b;
}