<style type="text/css">
A:link
{
    COLOR: #003399;
    TEXT-DECORATION: underline
}
A:visited
{
    COLOR: #003399;
    TEXT-DECORATION: underline
}
A:hover
{
    COLOR: #999999;
    TEXT-DECORATION: none
}
TH
{
    FONT-FAMILY: Verdana
}
.smallbutton,  .smallbutton:active, .smallbutton:visited {
	border: 1px solid #000000;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	color: #000;
	font-weight: normal;
	font-family: tahoma;
}

.smallbutton:hover { 
	background-color: #00C;
	text-decoration: none;
	color: #FFF;
	border-left: 1px solid #008;
	border-top: 1px solid #008;
	border-right: 1px solid #00F;
	border-bottom: 1px solid #00F;
}
</style>