/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	border-top: 5px thin #cc0000; 
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 85%;
		border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CC0000;
	}

