body { font-family: arial;
       color: #444;
       background-color: #FFFFFF
    }
    
  a:link {    color: #888;
         text-decoration:none;
    } 
  a:visited {    color: #888;
         text-decoration:none;
    } 
  a:hover{    color:  #c71585;
         text-decoration: underline;
    }
    
  h1, h2, h3 { color: #888;
     font-size:160%
    }
    
  div#wrap { width:899px;
    margin:auto;
    border-width: 0px;
    border-style: solid;
    border-color: #AE3F81;
    background-color: #FFFFFF
    }
    
     div#header {
    }
    
     div#navigation {   float:left;
      width:170px;
      padding:5px; 
    }
      
     div#content {  margin-left:180px;
      padding:5px;
    }
    
     div#footer {   clear:both;
      text-align:center;
      padding:5px;
    }