.enter:link {
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #C2C2C2;
}

.enter:visited {
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	color: #C2C2C2;
}

.enter:hover {
	color: #FFCC66;
	text-decoration: underline;
}

.flash:link {
	font-size: 12px;
	text-decoration: underline;
	color: #BBBBBB;
}

.flash:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #FFCC00;
}

.flash:visited {
	font-size: 12px;
	text-decoration: underline;
	color: #CCCCCC;
}