input {
	font-family: Tahoma;
	font-size: 12px;
}
a:link {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	color: #0000FF;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC88;
	text-decoration: none;
}

a.MyLink {
	background-color:#112233;
	color: #EEAA88;
	font-size:12px;
	font-weight: bold;
}

a.MyLink:hover {
	color: #FFFFFF;
	text-decoration: underline;	
	cursor: hand;
}

