body    {
           font-family:     arial, verdana, sans-serif;
           font-size:       12px;
           line-height:     18px;
           margin:          20px;
           MARGIN-LEFT:100px;
           color:           black;
           background-color:white;
        }
h1      {
           font-size:       18px;
           font-weight:     bold;
           color:           #AF1044;
        }  
h2, h3   {
           font-size:       15px;
           font-weight:     bold;
           color:           black;
           line-height: 	20px;
         }  
        
#content{
           position:        absolute;
           top:             180px;
           left:            270px;
           width:           400px;
           border:          1px solid #BBC6CD;
           padding:         10px;
        }           
#menu   {
           position:        absolute;
           background-color:#BBC6CD;
      
           top:             180px;
           left:            100px;
           border-right:    5px solid #AF1044;
           width:           140px;
           padding:         5px;
        }        
a:link  {  font-weight: bold; color: #AF1044;  }
a:visited  {  font-weight: bold; color: #AF1044;  }
a:hover  {  font-weight: bold; color: #C67394;  }
a:active  {  font-weight: bold; color: #EBEAEA;  }
b  		  {
  		 font-weight: normal;
		 }
		 
 

