/* links */
a:link {
	font-family: Tahoma, Verdana;	
	background:transparent;	
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	border:none;
	color: #336699;
	cursor: hand;
	text-decoration: underline;
    text-align: center;
}
a:visited {
	font-family: Tahoma, Verdana;	
	background:transparent;	
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	border:none;
	color: #336699;
	cursor: hand;
	text-decoration: underline;
    text-align: center;
}
a:active {
	font-family: Tahoma, Verdana;	
	background:transparent;	
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	border:none;
	color: #5e97d2;
	cursor: hand;
	text-decoration: underline;
    text-align: center;
}
a:hover {
	font-family: Tahoma, Verdana;	
	background:transparent;	
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	border:none;
	color: #5e97d2;
	cursor: hand;
	text-decoration: underline;
    text-align: center;
}
