<!-- PUT THIS IN PAGES -->
<HEAD>
<link rel="stylesheet" type="text/css" href="STYLESHEET.css">
</HEAD>
<!-- END -->

a:link
{ text-decoration: none;
 color:#000000; }
a:visited
{ text-decoration: none;
 color:#000000; }
a:hover
{ text-decoration: underline;
 color:#FFFFFF; }

body
{ background-color: 01C6FF;
  font-family: century gothic;
  font-size: 10px;
  color: #000000;
  font-weight: normal; }

table.nav {
	border-width: 1px;
	border-spacing: ;
	border-style: none;
	border-color: white;
	border-collapse: separate;
	background-color: #33ccff;}
table.nav th {
	border-width: 1px;
	padding: 1px;
	border-style: dashed;
	border-color: white;
	background-color: white;
	-moz-border-radius: ;}
table.nav td {
	border-width: 1px;
	padding: 1px;
	border-style: dashed;
	border-color: white;
	background-color: white;
	-moz-border-radius: ;}

