  body { background-color: #508ab3;
         margin: 0 0 0 0; }
    
  .menu { font-size: 10;
          font-family: Tahoma;
          color: #000000;
	      text-decoration: none; }
	
  .menu ul { font-size: 10px;
             font-family: Tahoma;
             color: #000000;
	         text-decoration: none; }

 .menu ul li { line-height:6px;
			   list-style:none; }
	  
  .menu:hover { color: #508ab3; }
  
  a { font-size: 14;
      font-family: Tahoma;
      color: #508ab3;
      text-decoration: underline; }
	  
  a:hover { text-decoration: none; }
  
  #title { font-family: Tahoma;
           font-size: 16;
           font-weight: bold; }
  
  #subtitle { font-family: Tahoma;
              font-size: 12;
              font-style: italic; }

  #paragraph { font-family: Tahoma;
               font-size: 14; }
	
  .description { font-family: Tahoma;
                 font-size: 14px; }
