  /* General */
  body {
           background: #ffffff;
	   font-family: Helvetica, Arial;
	   font-size:14px;
	   }


 /* Links */
  a:link {
           color: #195506;
           text-decoration: underline;   
           }

  a:visited {
              color : #bf1906;
              text-decoration: underline;  
              }

  a:hover {
            color: #000000;
	    background-color:#f8640b;
            text-decoration: underline; 
            }

  a:active {
             color: #000000;
             text-decoration: underline;
             } 
/*#menu { 
      background-color:#bf1906;
      cell-padding:20px;
}

#menu p {
      text-size:12px; 
}

#content {
	 background-color:#ffffff;
	 height:500px;
	 width:600px;
}
*/

