body {
    background-color: #ffe5b4;
    text-align: center;
 }

h1 {
    font-family:arial;
	font-size: 3.0em;
    color: #000080;
    text-align: center;
 }
 
h2 {
    font-family:arial;
	font-size: 2.0em;
    color: #000080;
    text-align: center;
 }
 
h3 {
    font-family:arial;
	font-size: 1.0em;
    color: #000080;
    text-align: center;
 }

/* unvisited link */
a:link {
  color: #0000ff;
  text-decoration: none;
  font-family:arial;
  font-size: 2.0em;
  font-weight: bold;
}

/* visited link */
a:visited {
  color: #ff0000;
  text-decoration: none;
  font-family:arial;
  font-size: 2.0em;
  font-weight: bold;
}

/* mouse over link */
a:hover {
  color: #ffff00;
  text-decoration: none;
  font-family:arial;
  font-size: 2.0em;
  font-weight: bold;
}

/* selected link */
a:active {
  color: #ffff00;
  text-decoration: none;
  font-family:arial;
  font-size: 2.0em;
  font-weight: bold;
}

hr {
  width:33%;
  height:2px;
  border-width:0;
  color:#000000;
  background-color:#000000;	
}