
    a:link  { text-decoration: none; color: #0123B4; }
    a:active  { text-decoration: none; color: #0123B4; }
    a:visited { text-decoration: none; color: #0123B4; }
    a:hover  { text-decoration: underline; color: #FF0000; }

#adtablecell {
	background-color: #EAEAEA;
	width: 25%;
	border: 1px solid #000000;
	padding: 3px;
}

.adtablehead {
	color: red;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif, Palatino, serif;
}

.adtabletext {
	color: black;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif, Palatino, serif;
}