/* DEFAULT FONT SETTINGS */body { font-family: veranda, sans-serif; }h1,h2,h3 { font-family: Garamond, "Times New Roman", serif; }h6 { color: rgb(200, 200, 200); }p  { font-size: 80%; }h1 { font-size: 150%; }h2 { font-size: 125%; }h3 { font-size: 100%; }h4 { font-size: 90%; }h5 { font-size: 70%; }h6 { font-size: 50%; }/* PAGE SETTINGS */body {  margin-left: 0; margin-top: 0%; margin-right: 0%;  color: 333333 ;  :link { color: rgb(0, 0, 153) }  /* for unvisited links */  :visited { color: rgb(153, 0, 153) } /* for visited links */  a:active { color: rgb(255, 0, 102) } /* when link is clicked */  a:hover { color: rgb(0, 96, 255) } /* when mouse is over link */}
