
body {background-color: #FFFFF2;}

h1 {color: #000099;
    font-weight: bold;}

h3 {color: #990000;
    font-weight: bold;
    font-style: italic;}

h4 {color: #0066FF;
    font-weight: bold;}

a {color: #000099;
   background-color: #99FFFF;
   padding: 5px;
   font-style: normal;
   font-size: 18px;
   font-weight: bold;
   text-decoration: none;}

a:hover {color: #990000;
         background-color: #FFFF99;
         padding: 5px;
         font-style: normal;
         font-size: 18px;
         font-weight: bold;
         text-decoration: underline;}

a.down {color: #3333CC;
        background-color: #99FFFF;
        padding: 5px;
        border-width: 2px;
        border-style: solid;
        border-color: #3333CC;}

a.down:hover {color: #99FFFF;
              background-color: #3333CC;
              padding: 5px;
              text-decoration: none;}

hr {color: #0066FF;}

.header1 {color: #0066FF;
          font-weight: bold;}

.tone2 {background-color: #FFFF99;}

.tone3 {background-color: #99FFFF;}

.title1 {color: #000099;
         font-family: 'Comic Sans MS', Georgia, serif;
         font-size: 30px;
         font-weight: bold;
         padding: 15px;}

.title2 {color: #0066FF;
         font-size: 25px;}

.tabb {color: #FFFF00;
       background-color: #0000FF;
       padding: 5px;
       font-weight: bold;}

td.case1 {border-style: double;
          border-width: thick;
          border-color: #0066FF;
          background-color: #99FFFF;}

