A:link {
  text-decoration : none;
  color : #CC6600;
}


A:visited {
  text-decoration : none;
  color : #CC6600;
}


A:active {
  text-decoration : none;
  color : #800000;
}


A:hover {
  text-decoration : underline;
  color : #800000;
}
.buttonCss {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #003366;
    border: 1px solid #003366;
	color: #33FF33
}
