/* CSS Document */

.clr {
	clear: both;
}

/* core stuff */
a:link, a:visited {
	color: #FF0099; text-decoration: none;
	font-weight: none;
}

a:hover {
	color: #FF3300;	text-decoration: none;
	font-weight: bold;
}
