a, a:hover, a:link, a:active, a:visited {
	color: #FF0099;
}

a:hover {
	text-decoration: underline;
}

p {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}

.mini {
	font-size: 5px;
}

.smalltitle {
	color: #FF0099;
}

.title {
	font-weight: bold;
	font-size: 14px;
	color: #FF0099;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.selected {
	color: #FF0099;
}

