A { color: blue;
font-weight: normal; 
text-decoration: none; } 
A:hover { color: red; 
text-decoration: underline; }

a:visited {
color:#306EFF;
}

@font-face {
    font-family: Zachary;
    font-style:  normal;
    font-weight: 700;
    src: url(ZACHARY0.eot);
  }
  
.red {
color:red;
text-decoration:underline;
}
