body { 
    font-family: verdana;
    font-weight     : normal;
  	background-color: white;
  	margin:20px;
}

h1 {
  color: #000099; 
  font-size: xx-large;
  text-align: center;
}

h2 {
  color: #000099;
  font-size: medium;
}

a:visited {
    color : #330000;
    font-weight : none;
    text-decoration : none;
}
a:active {
    color : #000033;
    text-decoration : none;
}
a:hover {
    color : #EE1111;
    font-weight : bold;
    text-decoration : underline;
}

a:link {
    color : red;
    font-weight : none;
    text-decoration : none;
}

