/*
   New Perspectives on HTML, XHTML, and DHTML
   Tutorial 12
   Case Problem 3
   Filename: styles.css

   This file contains styles used in the scav.htm file.

*/
body,p,div,li,table { font-family: Arial, Tahoma, sans-serif; font-size: 14; color: #003300; }
h1 { font-family: Arial, sans-serif; font-size: 18px; color: "#233611";}
h2 { font-family: Comic Sans MS, Arial, sans-serif; font-size: 18px; color: "#003300";}
h3 { font-family: Comic Sans MS, Arial, sans-serif; font-size: 18px; color: "ivory" }
hr { color: "#ffffcc"; height : 5px; width : 680 }
img {border-width: 0px}
#title {text-align: center; }
#linkset a {text-align: center; color: #003300; font-family: Comic Sans MS; font-size: 17; font-weight: 600; text-decoration: none }
#linkset a:hover {color: #ffffcc; text-decoration: none }




 
