.style1 {font-family: "times"; font-size: 20px; color: "navy"}
.style2 {font-family: "Cursive"; font-size: 36px; color: "white" font-style: "bold"}
.style3 {font-family: "Verdana"; font-size: 20px; color: "yellow"}
.style4 {font-family: "Verdana"; font-size: 12px; color: "black"}
h3 {font-family:"Times New Roman"; font-size:16pt; color:blue}

#menu
 a:link {color:blue;}
 a:visited {color:blue;}
 a:hover {color:red;}
 a:active {color:red;}

