@charset "iso-8859-1";
body {padding: 0;}
.palebird {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #5f5f5f;
text-decoration: none;
}
.strong {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #5f5f5f;
text-decoration: none;
font-weight: bold;
}
{
  font-smooth: never;
}
/*
    This is the layer that appears saying that the noob didn't enter an email address.
*/

#errorLayer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #5f5f5f;
  	text-decoration: none;
}
a:link {
	color: #4590a6;
	text-decoration: none;
}
a:visited {
	color: #555555;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}
