a:link { text-decoration: none; color: black;}
a:visited { text-decoration: none; color: black;}
a:active { text-decoration: none; color: black;}
a:hover { text-decoration: none; color: gray;}

a.hidden:link { text-decoration: none; color: black; cursor: default; }
a.hidden:visited { text-decoration: none; color: black; cursor: default; }
a.hidden:active { text-decoration: none; color: black; cursor: default; }
a.hidden:hover { text-decoration: none; color: gray; cursor: default; }

.text {
	font-family: Verdana, Sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	background-color: #000000;
}

.button {
	font-family: Verdana, Sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	background-color: #000000;
}
