body {
    background-color: #FF4B4B;
    margin-left: 0px;
    margin-top: 2px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image: url('images/o.jpg');
    background-repeat: repeat
      }

h1 {color: #000000; 
    font-family: arial}

h2 {color: #000000; 
    font-family: arial;
    font-size: 24}

p {color: #000000; font-family: Arial; 
   font-family: Arial; 
   font-size: 100%; 
   margin-left: 2cm; 
   margin-right: 2cm}

p.two {color: ##000000; font-family: Arial; 
   font-family: Arial; 
   font-size: 100%; 
   margin-left: 0cm; 
   margin-right: 0cm}


ul {color: #000000; 
    font-family: arial; 
    font-size: 100%;
    }

ul.two {color: #000000; 
        font-family: arial; 
        font-size: 100%; 
        list-style-image: url('images/bullet.jpg'); 
        margin-left: 3cm; 
        margin-right: 0.5cm
        }


ol {color: #000000; 
    font-family: arial; 
    font-size: 100%}

a:link {color: #FF0000; 
        font-size: 100%; text-decoration: none}
a:visited {color: #FF0000; 
           font-size: 100%; text-decoration: none}
a:hover {color: #FF0000; 
         font-size: 100%; text-decoration: underline}
a:active {color: #FF0000; font-size: 100%; 
          text-decoration: none}


a.two:link {color: #000000; font-weight: bold; 
            font-size: 10px; text-decoration: none}
a.two:visited {color: #000000; font-weight: bold;  
               font-size: 10px; text-decoration: none}
a.two:hover {color: #000000; font-weight: bold; 
             font-size: 10px; text-decoration: underline}
a.two:active {color: #000000; font-size: 10px; font-weight: bold; 
              text decoration: none}

a.three:link {color: #000000; font-weight: bold; 
            font-size: 100%; text-decoration: none}
a.three:visited {color: #000000; font-weight: bold;  
               font-size: 100%; text-decoration: none}
a.three:hover {color: #000000; font-weight: bold; 
             font-size: 100%; text-decoration: underline}
a.three:active {color: #000000; font-size: 100%; font-weight: bold; 
              text decoration: none}

#navlist ul
{
margin: 0px;
white-space: nowrap;
padding: 0px;
}

#navlist li
{
display: inline; 
margin:0px; 
padding: 0px; 
list-style-type: none;
}

#navlist a
 {
   padding: 4px 8px 4px 8px;
   border: 01px solid #FFFFFF;
   background-color: #005AB4; 
   font-size: 14px; 
   font-weight: bold; 
   background-image: url(images/button_down.jpg);
 }

#navlist a:link, #navlist a:visited
 {
   color: #FFFFFF;
   text-decoration: none;
   font-weight: bold; 
   font-size: 14px; 
   background-image: url(images/button_down.jpg);
 }

#navlist a:hover
 {
   border: 1px solid #ADDE63;
   background-color: #005AB4;
   background-image: url(images/button_over.jpg);
   color: #ADDE63; 
   font-weight: bold; 
   font-size: 14px; 
 }

#active a:link, #active a:visited, #active a:hover
 {
   border: 1px solid #ADDE63;
   background-color: #005AB4;
   background-image: url(images/button_over.jpg); 
   font-weight: bold; 
   color: #FFFF00;
   font-size: 14px; 
 }

