body {
  width:100%;
  background-color:#fffff0;	/*ivory*/
  color:#be7523;   		/*bronze*/
  font-family: "times new roman";
  margin:0;
  padding:0;
  }
		
div#logo {
  width:90%;
  margin:2% 5%;
  font-weight:normal;
  font-size:55px;
  letter-spacing:5px;
  word-spacing:15px;
  font-family:"monotype corsiva", "times new roman";
  font-style:italic;
  text-align:center;
  }
		
div#topnavigation {
  width:90%;
  margin-left:5%;
  margin-right:5%;
  word-spacing:5px;
  font-weight:normal;
  font-style:normal;
  text-align:center;
  }
		
h1 {
  width:90%;
  margin-left:5%;
  margin-right:5%;
  border-style:none;
  font-weight:normal;
  font-style:oblique;
  text-align:center;
  } 
	
div#content {
  width:90%;
  margin-left:5%;
  margin-right:5%;
  font-weight:bold;
  text-align:left;
  }

div#validator {
  margin-top:5px;
  clear:both;
  float:right;
  }  
    		
div#legalstmts {
  width:100%;
  clear:both;	
  margin-top:10px;
  margin-bottom:20px;
  word-spacing:5px;
  font-size:80%;
  text-align:center;
  }	
 
a:link {
  color:#6495ed;	/*cornflowerblue*/
  font-weight:normal;
  text-decoration:none;
  }

a:visited {
  color:#6495ed;	/*cornflowerblue*/
  font-weight:normal;
  text-decoration:none;
  }
		
a:hover {
  background-color:#e9e9e9;
  text-decoration:underline;
  }