/* CSS Document */

body {font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 16px;
 margin: 0; }

#screen {padding: 10px 10px 10px 0; 
         }

#sidebar {background: #A0A0A0; 
          font-size: 14px; 
          margin-left: 74%; 
          width: 26%; 
          }

#main {font-size: 16px; 
       width: 74%; 
       float: left; 
       margin: 0; 
       }

.navbuttons {width: 26em; 
             float: center; 
             position: relative; 
             z-index: 1; 
             }

#footer {clear: both; 
         border-top: 2px dotted #FF0000; 
         }

.entry {border-right: 2px dashed #FF0000; 
        margin: 20px; 
        padding: 10px; }


h3, h4, h5, h7 {color: red; text-align: center; font-variant: small-caps; }
p {margin: 25px; text-indent: 0; }

a:link {color: red; text-decoration: none; }
a:visited {color: red; text-decoration: none; }
a:hover {color: red; font-variant: small-caps; text-decoration: none; background: #A0A0A0}
a: hover.current {color: red; font-variant: small-caps; text-decoration: none; background: #A0A0A0}

hr {clear: both; }

img {float: center; }