
body {
	margin-top: 5px;
	margin-left: 5px;
	background-color: #ffffff;
	}

a:link {
	color: #666666;
	font-family: verdana;
	font-size: 10px ;
	text-decoration: none;
	}
	
a:hover {
	color: #666666;
	font-family: verdana;
	font-size: 10px;
	text-decoration: underline;
	}
		
a:active {
	color: #006699;
	font-family: verdana;
	font-size: 10x;
	text-decoration: none;
	}
	
a:visited {
	color: #333333;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	}

.bodyText {
	font-family: verdana;
	font-size: 11px;
	color: #220000;
	}
	
.title { 
	font-family: Verdana; 
	font-size: 13px;
	color: #CC6600; font-weight:bold
	}
	
.header { 
	font-family: Verdana; 
	font-size: 16px;
	color: #220000;
	}

.copyright {
	font-family: verdana;
	font-size: 10px;
	color: #666666;
	}