a:hover {color:#000000; font-weight:bold; text-decoration: underline
}
A:link {color:#000000; text-decoration: none}
A:visited {color:#000000; text-decoration: none}
A:active {color:#000000; text-decoration: none}

#loading {
 	width: 200px;
 	height: 100px;
 	background-color: #ffffff;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
}

.texta {
 font-size: 10px;
 background-color: #CCCCCC;
 border: 1px solid #000000;
}

.textb {
 font-size: 14px;
 background-color: #CCCCCC;
 border: 1px solid #000000;
}