A:link {
	font-style: normal;
	text-decoration: underline;
	color: #000000;
}

A:visited {
	font-style: normal;
	text-decoration: underline;
	color: #000000;
}
/* NOTE: visited link should be a slightly darker version of main link color */

A:active, A:hover {
	font-style: normal;
	text-decoration: underline;
	color: #000000;
} 

#main {
	width: 187px;
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size : 14px;
	height: 71px;
	color: #000000;
}

#result {
	margin-left: 0px;
	text-align:center;
	width: 150px;
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size : 12px;
	margin-bottom:0px;
	color: #000000;
	padding-left: 2px;
	padding-right: 5px;
}
.text {
	border: 0px solid #cccccc;
}

