div.content {
	margin-left:5px;
	margin-right:5px;
	margin-top:4px;
	margin-bottom:4px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 80%;
}

div.headline {
	margin-left:5px;
	margin-right:5px;
	margin-top:0px;
	margin-bottom:0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 80%;
}

a         {text-decoration: none; font-weight: normal; color: #FF0000;}
a:visited {text-decoration: none; font-weight: normal; color: #CC0000;}
a:active  {text-decoration: underline; font-weight: normal; color: #CC0000;}
a:hover   {text-decoration: underline; font-weight: normal; color: #FF0000;}
a:focus   {text-decoration: underline; font-weight: normal; color: #FF0000;}

body {
	background-color: #000000;
	color: #FFFFFF;
}

.standard {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 80%;
}

.copy {
	font-size: 70%;
	color: #CCCCCC;
	font-family: Arial, Helvetica, Sans-Serif;
}


