body {padding:0; margin:0; background-color:#000000;}

#homemenu img{border-color:#595241;}
/*Set the style for the hyperlink in the main areas */
#homemenu a{color:silver; font-size:14px; text-decoration:underline;}
/*Set the style for the hover action on the hyperlink in the main area */
#homemenu a:hover {color:#737dae; text-decoration:none;}

/* Set the style for the text color in the right column of the page */
td {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#ededed;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	}	
/* Set the style for the text wrapped in a paragraph tag in the right column of the page */
p {text-indent:10px; margin-top:10px; margin-bottom:5px;}
/* Set the style for the text area at the bottom of the page */ 
.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ededed;
	font-size:10px;
	font-weight:normal;
	line-height:18PX;
	}
/* Set the style for the text hyperlinks at the bottom of the page */
.footer a{text-decoration:underline;}
.footer a:hover {text-decoration:none;}