.linkpage a:link {  color: #000000; text-decoration: underline}

.linkpage a:visited {  color: #000000; text-decoration: underline}

.linkpage a:hover {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #009900;
}
.linkpage a:active {  color: #000000; text-decoration: underline}


.linkpage
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: center;
	vertical-align: middle;



}
