a:link {
	color: #FFFF00;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #2A1FAA;
	background-color: #FFFF00;
}
a:visited {
	color: #FF3F00;
}
.notable {
	background-color: #320265;
	text-align: center;
	display: block;
	padding-top: 10px;
	margin-top: 0px;
	width: 690px;
	position: relative;
}
