/* Alphabet list of authors style*/

table.alphabet {
	border-bottom: 2px solid #09AE6B;
	margin-bottom: 22px;
}

td.cap  {
	color : #0A9E6B;
	font-size : xx-large;
	font-weight : bold;
	text-align: lft;
	padding-bottom: 7px;
}

a.norm  {
	font-size : small;
	font-weight : bold;
	text-decoration : none;
}

a.norm:Hover {
	color : #0A9E6B;
	text-decoration : underline;
}

a.authlink:link, #text a.authlink:visited  {
	text-decoration : none;
	color: #003399;
	background: transparent; 
	font-size : 12px;
	}

a.authlink:visited  {
	text-decoration : none;
	color: #9966CC;
	background: transparent; 
	}

a.authlink:hover {
	text-decoration : underline;
	color: #0033FF;
	background: transparent; 
	} 