@charset "utf-8";

body
{
	background-color:#FFF;
	margin-top:0px;
}

.text
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #757272;
}

.headline
{ font-family:Verdana, Geneva, sans-serif; 
  font-size:20px;
  font-weight:bold;
  color: #757272;
}

.footerlink
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #757272;
	text-align: center;
}

a:link
{
	color: #757272;
	text-decoration:none;
}

a:visited
{
	color: #757272;
	text-decoration:none;
}

a:hover
{
	color: #757272;
	text-decoration:underline;
	text-align: left;
}

.error {border: 1px solid red; }
