@charset "UTF-8";
/* CSS Document */

#hotLinks {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#FFF;
	width:132px;
	margin:0 auto;
}

#hotLinks td {
	background-color:#666;
	vertical-align:middle;
	height:15px;
}

.hotLink {
	text-decoration:none;
	font-size:10px;
	font-weight:bolder;
}

a.hotLink:link { color:#FFF; text-decoration:none; }
a.hotLink:visited { color:#FFF; text-decoration:none; }
a.hotLink:visited:hover { color:#FF0; text-decoration:none; }
a.hotLink:hover { color:#FF0; text-decoration:none; }
a.hotLink:active { color:#FFF; text-decoration:none; }
