body {font-family:"sans";
          color:black; 
          background-color:"white"}

p { color:black;
     font-family:"sans"}

h1 {  color:navy;
       text-align:center;
       font-weight:bold;
       font-family:"Arial"
}
h2 { color:navy;
       font-weight:bold;
       font-family:"Arial"}
      
h3 { color:navy;
       font-weight:bold;
       font-family:"Arial"}

hr     { text-align:center;
          color:"#6633FF"}

.right {     font-weight:normal;
             text-align:right}
         
.underline {text-decoration:underline}

.bold {font-weight:bold}

.center {text-align:center}

.boldcenter{font-weight:bold;
                 text-align:center}

.bold_navy {color:navy;
	    font-weight:bold}


 #nav ul li {
	font-family: "Times new Roman";
	colour: #CC9900;
	margin-left: 0;
	font-size: 1em;
	display: inline;
	list-style-type: none;
	padding-right: 50px;
	}
