 
  body { color: black;}
  body { margin-right: 3%; } /* NB: margins scale */
  :hover { color: rgb(255, 0, 0); } /* when mouse is over link */
  
  a.button { text-decoration: none; 
             font-weight: bold; 
             font-size: 14px;			 
			 font-family: Verdana, Arial, Helvetica, sans-serif;			 
			 }
