#div-banner {
 position:absolute;
 top:28;
 left:110;
 width:640px;
 color: #ffffff; 
 font-weight: bold; 
 font-size: 13pt;
 text-align: left;
}

#div-banner a:link {
	text-decoration: none;
	color: yellow;
	}

#div-banner a:visited {
	text-decoration: none;
	color: yellow;
	}

#div-banner a:hover {
	text-decoration: none;
	color: red;
	}

#div-banner a:active {
	text-decoration: none;
	color: red;
	}


