a:link {
	color: #6666ff;
}

a:hover{
	text-decoration: underline;
}
a:visited{
	color: #6666ff;
}
p {
	font-family: Arial;
	font-size: 12px;
}
.title {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #990066;
}
.white {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
}
.whitesmall {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}