 body {
        background-color: blue;
        background-image: url(http://www.clanorchids.com/image/sosbk.jpg);
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: black;
        margin: 5px;
    }

 a:link { 
        color: #8000FF;
        text-decoration: none; }

 a:visited { 
       color: red;
       text-decoration: none; }

a:active { color: blue;
       text-decoration: none; }

a:hover { color: green;}

h1 {
     font-family: Native;
     font-size: 32;
     color: purple;
     }

hr {
    height:8px;
    width:70%;
    background:#446791;
    margin: 0px 50px 0px 50px;  
   }
 
hr.copy {
    height:6px;
    width:30%;
    background:#446791;
    margin: 0px 50px 0px 50px;  
   }    
 
li { 
     display: list-item;
     list-style-type:circle;
     list-style-position:outside;
   }

.nav
{
width: 800px;
position: absolute;
left: 50px;
top: 0px;
}

.nav2
{
width: 200px;
position: absolute;
left: 5px;
top:170px;
}

.body
{
width: 600px;
position: absolute;
left: 125px;
top: 170px;
}

.floatimg  
{
float: left;
padding:20px;
)

