

h1 {
    color:blue;
    text-align:center;
  }


h2 {
    color:green;
    text-align:center;
  }


p.first:first-letter {
    color: #CC0000;
    font-size:x-large;
  }


p.first {
    text-indent: 1em;
    text-align: justify;
    font-weight: bold;
    text-decoration: none;
    line-height: 0.5cm;
    margin-top: .01cm;
    margin-bottom: .01cm;
  }


a:link {
    color: #0000ff;
    text-decoration: none;
  }


a:visited {
    color: #9900FF;
    text-decoration: none;
  }


a:hover {
    color: #FF33CC;
    text-decoration: underline;
    background-color: #FFFFCC;
  }


a:active {
    color: #FF0000;
    text-decoration: underline;
    background-color: #000000;
  }


body {
    background-color: #FFFFFF;
    scrollbar-face-color: rgb(217, 217, 115);
    scrollbar-arrow-color: rgb(0, 0, 0);
    scrollbar-highlight-color: rgb(255, 255, 255);
    scrollbar-3 dlight-color: rgb(253, 253, 134);
    scrollbar-shadow-color: rgb(145, 145, 77);
    scrollbar-darkshadow-color: rgb(0, 0, 0);
  }


p.update {
    background : white;
    font : bold small serif;
    color : red;
  }


p.vendor {
    color:blue;
    font-size:x-large;
    font-weight:bold;
  }


p.w4hhh {
    font : bold 300% 'Times New Roman',Georgia,Serif;
    margin : 0 0 0;
    color : white;
  }


h2.w {
    font : bold xx-large 'Times New Roman','Sans Serif';
    border : red;
    color : red;
  }


