
/* Online Scrapbooks screen styles */
body {color: brown}
h1, h2, h3, h4, h5, h6 {font-family: sans-serif; color: orange}
h5 {text-align: right; font-variant: small-caps;}
address {color: orange; font-style: normal; font-variant: small-caps; 
         text-align: center; clear: both; border-top: 1px solid orange}
caption {color: orange; font-style: normal; font-variant: none; 
         text-align: center; clear: both; border-top: 1px solid orange}
#head {text-align: right; border-bottom: 1px solid orange}
#links {width: 150px; float: left; background-color: rgb(212, 142, 0); margin-right: 10px;
        padding: 10px; border: 2px solid black}
#links a {display: block; font-family: sans-serif; color: white; font-size: 9pt}
#links a:link {text-decoration: none}
#links a:visited {text-decoration: none}
#links a:hover {color: black; text-decoration: underline}
#links a:active {text-decoration: none}
#links a.newgroup {margin-top: 15px}
#links ul { }
#main {width: 60%; float: left; border-left: 1px solid orange; padding-left: 10px}
#main {color: black; font-style: normal; font-variant: none;}
#main hr {color: orange;}
#links li {     
float: left;     
border: 1px solid;     
border-bottom-width: 0;  
background: red;
margin: 0 0.5em 0 0; } 
#firstp:first-line {font-variant: small-caps}
#firstp:first-letter {float: left; font-size: 400%; line-height: 0.8}
#box {width: 220px; float: right; background-color: ivory; margin: 5px 5px 5px 5px;
      border: 5px outset orange}
#box {color: orange; text-align: center}
#box h3 {text-align: center}
#box ul {list-style-type: circle; margin-left: 20px; padding-left: 0px}
#box li {font-family: sans-serif; font-size: 8pt}