/* css data */

body
	{
	background-color:#C32429;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	}
	
body, p, table, tr, td
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	line-height:1.8em;
	text-shadow: #811519 1px 1px 1px;
	}



/* main */

.highlight
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:1.4em;
	}

.headline_alt
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000;
	}


/* links */	
	
a:link
	{
	text-decoration:none;
	color:#EFEFEF;
	font-weight:bold;
	}
	
a:visited
	{
	text-decoration:none;
	color:#EFEFEF;
	font-weight:bold;
	}
	
a:hover
	{
	text-decoration:underline;
	color:#EFEFEF;
	font-weight:bold;
	}
	
a:active
	{
	text-decoration:none;
	color:#EFEFEF;
	font-weight:bold;
	}
