/* (c)07/2007 tremium, author Frank Bremer */

/* $Id$ */

body {
		margin: 0px;
		font-family: Helvetica,Arial;
		font-size: 8pt;
		line-height: 11pt;
		color: #ffffff;
		background-image: url(images/ground_entry.png);
		background-color:#164480;
	}

/* ---------------------------------------------------------------- fonts -- */

a {
		font-weight: bold;
		text-decoration: none;
	}
	a:link {
		color: #8DC500;
	}
	a:visited {
		text-decoration: none;
		color: #8DC500;
	}
	a:active {
		color: #ffffff;
	}
	a:hover {
		color: #ffffff;
		text-decoration: underline;
	}

/* ----------------------------------------------------------------- head -- */
