
body {
	margin-top: 5px;
	margin-left: 5px;
	background-color: #ffffff;
	}

a:link {
	color: #0000FF;
	font-family: verdana;
	font-size: 12px ;
	text-decoration: none;
	}
	
a:hover {
	color: #0099FF;
	font-family: verdana;
	font-size: 12px;
	text-decoration: underline;
	}
		
a:active {
	color: #FF0000;
	font-family: verdana;
	font-size: 12x;
	text-decoration: none;
	}
	
a:visited {
	color: #880088;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
	}

.bodyText {
	font-family: verdana;
	font-size: 12px;
	color: #220000;
	}
	
.title { 
	font-family: Verdana; 
	font-size: 15px;
	color: #CC6600; font-weight:bold
	}
	
.header { 
	font-family: Verdana; 
	font-size: 18px;
	color: #220000;
	}

.copyright {
	font-family: verdana;
	font-size: 10px;
	color: #666666;
	}
