﻿/*CSS for VHS: vhsstylesheet.css*/

body{
     font-family:arial;
     color:#333300;
     background:#FFFFCC;
     line-height:125%;
     font-size:15px; 
     font-weight:500;
        }

.header{
        font-family:"monotype corsiva";
        font-size:xx-large;
        text-align:center;
        font-weight:bold;
        }

h1{
   font-family:"monotype corsiva";
   text-align:left;
   line-height:50%;
   }        

h2{
   font-family:"monotype corsiva";
   text-align:center;
   font-size:large;               
   } 
             
h3{
   font-family:"monotype corsiva";
   color:#990033;
   text-align:left;
   line-height:50%;
   font-size:x-large;
   
   }
h4{
   font-family:"monotype corsiva";
   color:#990033;
   text-align:left;
   line-height:50%;
   font-size:20px;
   
   }


.header2{
   font-family:"monotype corsiva";
   color:#990033;
   text-align:center;
   font-size:xx-large;
   font-weight:bold;
   }
                          
.footnote{
          font-size:smaller;
         }


.logo{
      font-family:"monotype corsiva";
      color:#333300;
      font-size:large;
      font-weight:bold; 
      line-height:50%;
      background:#CCCC99;
      text-align:left;     
      }

.navbar{
        text-align:left;
        background:#CCCC99;
        }

.breadcrumb{
            font-size:smaller;
            background:#999966;
            text-align=top;
           }

.surroundtable{
              background-color:#990033;
            }

.table{
       background-color:#FFFFCC;
       }
                                                                      
a, a:link{
           color:blue;
           text-decoration:none;
           }
a:visited {
           color:purple;
          }
a:hover{
        color:red;
       }
   

ul{
   line-height:150%;
  
}
                              
li{
   list-style-type:disc; color:#990033;font-color:
   }                            
                           
li.new{
       list-style-type:none;color:#333300;
       }

li.new2{ 
        list-style-type:none; color:#333300;
}