a:visited {
	color: #999999;
	text-decoration: none;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #993333;
	text-decoration: underline;
}
.smallGreyText {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #888888;
}	
.mediumGreyText {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #888888; 
}	

