body {
	background-color: 202020;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	text-align: justify;
	text-transform: lowercase;
}

h3 {
	font-weight: bolder;
	color: #CCCCCC;
}

ul {
	margin-bottom: 30px;
}

a:link    { color: #df7600; text-decoration: none }
a:hover   { color: #cccccc; text-decoration: none }
a:active  { color: #df7600; text-decoration: none }
a:visited { color: #df7600; text-decoration: none }


.copyright {
	font-size: 9px;
	color: #202020;
	text-align: center;
}
p#copyright a:link    { color: #202020; text-decoration: none }
p#copyright a:hover   { color: #df2b00; text-decoration: none }
p#copyright a:active  { color: #202020; text-decoration: none }
p#copyright a:visited { color: #202020; text-decoration: none }
