html, body{
margin-top:0px;
margin-left:0px;
}
.mnTxt {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}
.clock {
	font-family: Tahoma;
	font-size: 24px;
	color: #666666;
	font-weight:700;
}

A.goLink:link {color:#16B4D1; font-family: Tahoma; font-size: 18px; text-decoration: none; font-weight: 700} 
A.goLink:visited {color: #16B4D1; font-family: Tahoma; font-size: 18px; text-decoration: none; font-weight: 700} 
A.goLink:hover {color:#000000; font-family: Tahoma; font-size: 18px; text-decoration: none; font-weight: 700} 
A.goLink:active {color:#16B4D1; font-family: Tahoma; font-size: 18px; text-decoration: none; font-weight: 700}

A.skipLink:link {color:#16B4D1; font-family: Tahoma; font-size: 14px; text-decoration: none; font-weight: 700} 
A.skipLink:visited {color: #16B4D1; font-family: Tahoma; font-size: 14px; text-decoration: none; font-weight: 700} 
A.skipLink:hover {color:#000000; font-family: Tahoma; font-size: 14px; text-decoration: none; font-weight: 700} 
A.skipLink:active {color:#16B4D1; font-family: Tahoma; font-size: 14px; text-decoration: none; font-weight: 700}

A.otherLink:link {color:#333333; font-family: Tahoma; font-size: 12px; text-decoration: none; font-weight: 400} 
A.otherLink:visited {color: #333333; font-family: Tahoma; font-size: 12px; text-decoration: none; font-weight: 400} 
A.otherLink:hover {color:#16B4D1; font-family: Tahoma; font-size: 12px; text-decoration: none; font-weight: 400} 
A.otherLink:active {color:#333333; font-family: Tahoma; font-size: 12px; text-decoration: none; font-weight: 400}

DIV#textHere {

	position   : absolute;
	margin-left: -240px;
	top              : 290px;
	left            : 50%;
	width: 460px;
	height: 260px;
	z-index: 11;
	overflow-x: hidden;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;

}