body
{
	background: #FAFAFA;
}

a
{
	font-family: Tahoma;
	font-style: italic;
	text-decoration: none;
}

a:hover
{
	font-family: Tahoma;
	font-style: italic;
	text-decoration: none;
}

a:active
{
		font-family: Tahoma;
	font-style: italic;
	text-decoration: none;
}
a:visited
{
		font-family: Tahoma;
	font-style: italic;
	text-decoration: none;
}

#errortext
{
	font-family: Tahoma;
	font-style: italic;
	text-decoration: underline;
	color: Red;
}