.txt {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: small;
	color: #333333;
}
a.button {
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
	text-align: right;
	text-transform: uppercase;
	color: #000000;
	width: 200px;
}
a.button:link {
	background-color: #FFFF00;
	color: #333333;
	text-decoration: none;
	width: 200px;
  }
a.button:visited {
     background-color: #FFFF00; 
        color: #333333;
    text-decoration: none;
  }
a.button:hover { 
      background-color: #FFFF00; 
        color: #333333;
     border-color: black white white black;
  text-decoration: none;
  }
a.button:active { 
     background-color: #333333; 
        color: #FFFFFF; 
   text-decoration: none;
  }
