body {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
}
.header {
	font-size: 18px;
	font-weight: bold;
}
a.buttonStyle {
   color :#000000;
   text-decoration :none;
   border-color:#CCCCCC;
}
a.buttonStyle:hover {
   color :#FF9900;
   text-decoration :none;
   cursor:default;
}