@charset "utf-8";
/* CSS Document 
   Valid CSS
   Jason Williamson for Decode Entertainment
*/

body, table, td { 
	font-family:Verdana, Arial,sans-serif; 
	font-style: normal; 
	font-weight: normal;
	font-size: 12px;
	color: white;
	margin-top: 0px;
}
body{	background-color:#000000;}


a{
	color:#d42803;
	text-decoration:none;
}

a:hover{
	color:#d42803;
	text-decoration:underline;
}

.title, .title_link, .title_link a,  .title_link a:visited{
		font: bold 20px Arial, Helvetica, sans-serif;
		color: #ffffff;
		text-decoration: none;
		padding-left: 10px;
		padding-right: 10px;
	}

.title_link a:hover{
		color: #ffffff;
		text-decoration: none;
		font: bold 20px Arial, Helvetica, sans-serif;
	}

