/*created by Serhie Bouzko on 10/26/10 
browser.htm files for wor main page link to this style*/

body {
   font-size: 1.1em;
   font-family: Verdana, sans-serif;
   background-color: gray;
}

h1 {
   color: #2F4F4F;
   background-color: white;
   margin: 0 10px 0 10px;
   text-align: center; 
}
h2{
    color: white;
    background-color: #8B0000;
    margin: 5px 10px 0 10px;
    text-align: center;
}

h3 {
   border-bottom: solid thick #8B0000; 
   padding-bottom: .5em;
   color: #FFFFFF;
}

h4 {
   font-size: 1em;
}

em {
   color: #FFFFFF;
}
#sidebar {
   width: 200px;
   margin: -25px -59px;
   padding: 10px;
   float: left;
}

#sidebar ul {
   font-weight: bold;
   list-style: none;
   text-align: center;
}

#sidebar ul li{
   padding: 5px;
   background-color: maroon;
   color: yellow;
   display: block;
}

#sidebar ul li a:hover {
   border: dotted thin;
   background: yellow;
   color: navy;
}




#sidebar ul li a:hover {
   border: dotted thin;
   background: navy;
   color: white;
}
 img{
   float: left;
   margin: 0 10px 10px 0;
 }
 
 .clear {
    clear: both;
 }
 
   img.right{
   float: right;
   margin: 70px 0 10px 10px;
 }
 

  #footer{
   width: 100%;
   padding: 10px;
   background-color: #556B2F ;
   clear: both;
   height: 100px;
   text-align: center;
 }
 
 a:link{
   color: gray;
   background-color: black;
   font-weight: bold;
}

a:visited{
   color: yellow;
   text-decoration: underline;
}

a:hover{
   color: #0000ff;
   background-color: #8B0000;   
}
 
 p.opening:first-line {
 font-size: 1.2em;
 color:  blue;
 }
 
