.pagestyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-decoration: none;
	background-color: #F99035;

}

A:link {color: #FF0000; text-decoration: none; font-weight: bold;}
A:visited {color: #0000FF; text-decoration: none; font-weight: bold;}
A:active {color: #33FF00; text-decoration: none; font-weight: bold;}
A:hover {color: #FFFFCC; text-decoration: none; font-weight: bold;}

.header {
background-color:#FFFFCC;
color:#990000;
font-size:large;
font-weight:bold;}

.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #000;
	font-weight: bold;
}

.copyright a:link{
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #C00;
	font-weight: bold;
	text-decoration:none;
}

.copyright a:visited{
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #C00;
	font-weight: bold;
	text-decoration:none;
}

.copyright a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #339;
	font-weight: bold;
	text-decoration:none;
}

.copyright a:active{
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #C00;
	font-weight: bold;
	text-decoration:none;
}


 