<!--
body {
	font-family: Verdana;
	margin: 0px 0px 0px 0px;
	background: url(pics/background-01.jpg) repeat-y center;
	font-size: 12px;
	color: #000000;
	background-color: #006600 ;
}

a:link {	color: #000000; text-decoration:none; }
a:visited {	color: #000000; text-decoration:none; }
a:hover {	color: #003300; text-decoration:none; }
a:active {	color: #003300; text-decoration:none; }

h1 {
	font-size:30px ;
	color:#003300 ; 
}
h1 a:link {	color: #000000; text-decoration:none; }
h1 a:visited {	color: #000000; text-decoration:none; }
h1 a:hover {	color: #003300; text-decoration:none; }
h1 a:active {	color: #003300; text-decoration:none; }

.copyright {
	font-size:10px ;
	color: #666666 ; 
}
.copyright a:link {		color: #666666; text-decoration:none;  }
.copyright a:visited {	color: #666666; text-decoration:none;  }
.copyright a:hover {	color: #666666; text-decoration:none;  }
.copyright a:active {	color: #666666; text-decoration:none;  }
-->