a
{
	text-decoration: none;
}

a:link,a:visited
{
	color: #006600;
}

a:active,a:hover
{
	color: #00cc00;
}

body
{
	margin: 0px;
	background-color: #eeeeee;
	color: #000000;
	font-size: 1.1em;
}

div.header
{
	z-index: 10;
	position: absolute;
	left: 0px;
	top: 0px;
}

div.topright
{
	z-index: 0;
	position: absolute;
	top: 0px;
	right: 0px;
}

div.menu
{
	z-index: 1;
	position: absolute;
	top: 100px;
	right: 20px;
}

p.error
{
	font-weight: bold;
	font-size: 150%;
}

td.main-body,p.main-body
{
	font-family: arial;
	font-weight: bold;
	font-style: italic;
	font-size: 95%;
}

ul.main-body
{
	font-family: arial;
	font-weight: bold;
	font-style: italic;
	font-size: 90%;
}

td.main-description
{
	font-family: script mt bold, monotype corsiva, arial;
	font-size: 175%;
	font-weight: bold;
	color: #660000;
}

span.login
{
  font-family: arial;
	font-weight: bold;
	font-style: italic;
  font-size: 80%;
}

span.counter
{
	font-family: arial;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
	vertical-align: super;
	color: #660000;
}

