.buttonface
{
    FONT-SIZE: small;
    COLOR: white;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: navy
}
a:link {
display: block;
width: 100%;
text-align: left;
text-decoration: none;
font-family:arial;
font-size:12px;
color: #FFFFFF;
BORDER: none;
border: solid 1px #000000;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	border: solid 1px #6100C1;
	background-color:#F0E1FF;
}
a:visited {
display: block;
width: 100%;
text-align: left;
text-decoration: none;
font-family:arial;
font-size:12px;
color: #999999;
BORDER: none;
border: solid 1px #000000;
}
