a.buttonStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color :red;
	text-decoration :underline;
	font-weight: bold;
}
a.buttonStyle:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color :yellow;
	text-decoration :underline overline;
	cursor:hand;
	background-image: url(back.html);


}
BODY
{
   SCROLLBAR-FACE-COLOR: #CCCCFF; 
   SCROLLBAR-ARROW-COLOR: #000000;
   SCROLLBAR-BASE-COLOR: #000000;
}
