/* style.css - a simple style sheet */
body {
  topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"
  color: black; background: ;
}
body { font-family: Verdana, sans-serif; }
h1,h2,h3,h4 { font-family: Verdana, Garamond, "Times New Roman", sans-serif;
color: blue }

 :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 */


p { color: black;
    font-size: 11px}

p.one {font-size: 12px;color: black}

p.two {font-size: 16px;
 color: red}
p.three {font-size: 14px;
 color: black}
p.four{font-size: 10px;
line-height: 18px;
 color: black;
background: #CCFFCC}

p.five{font-size: 12px;
 color: red}

p.six {font-size:11px;color:black;
border-style: ridge;border-color: blue}
p.nine {font-size:11px;
background: transparent}