html, body {
	color:#000000;
}

a {
	color:#333333;
	text-decoration:underline;
}

a:hover	{
	color:#000000;
	text-decoration:none;
}

#errorMessage {
	color:#ff0000;
	padding-bottom:20px;
}
