body
{
background-color: #ffffcc
}
h1,h2,h3,h4,h5,h6,p,body
{
text-color: #ffcc66;
font-family: helvetica, arial, sans-serif
}
hr
{
width: 100%;
height: 10px;
background-color: #c0c0c0
/*
background-color: rgb(204, 204, 204);
display: block;
clear: both;
text-align: center;
margin-top: 1.5em;
margin-left: auto; margin-right: auto
*/
}

table
{
text-align:center;
background-color: #33ff33
}
.sideright
{
float: right; clear: none;  
background-color: #ff9900; 
width:   40%;
font-size: 90%; 
text-align: justify; 
margin-left: 1em;
margin-top: 0.5em;
margin-bottom: 0.5em;
border-color: #000;  
border-style: solid; 
border-width: thin; 
padding:  2%
}

.sideleft
{
float: left; clear: none;      
background-color: #ff9900; 
width: 20%;
font-size: 90%; 
text-align: justify; 
margin-right: 1em;
margin-top: 0.5em;
margin-bottom: 0.5em;
border-color: #000;  
border-style: solid; 
border-width: thin; 
padding:  2%
}

.nostyle { display: none }  /* use where text should be displayed
                               when user has not enabled style sheets */
