/* AUTHOR: Stuart Wood */
/* CREATION DATE: 04/11/09 */
/* Last changed: 04/11/09 */

.button {
  font-family:Arial,Helvetica; font-style:normal; font-size:12pt;
  text-align:center; 
  background-color:brown; color:yellow;
  cursor:pointer;
  padding: 10px;
  margin: 5px;
  dispay:block;
  float:left;
}

a.button span{
  display:block;
  width:150px
}
a.button div{
  display:block;
  width:150px
}
A.button {
	text-decoration:none;color:yellow; outline:none;
}
A.button:link{
	text-decoration:none;color:yellow; outline:none;
}
A.button:visited{
	text-decoration:none;color:yellow; outline:none;
}
A.button:hover{
  text-decoration:none;color:white; outline:none;
}

.buttondesc {
  font-family:Arial,Helvetica; font-style:normal; font-size:14pt;
  text-align:center; 
  padding: 10px;
  margin: 5px;
  dispay:block;
  float:left;
}
