/* www.bluedorn.org */
/* start.css */
/* cascading style sheet for full-size start pages*/
/* Last modified by wb, 2005-10-01 */

body {
	background-color: #00A000;
	font-family: Arial,sans-serif;
	color: #E0FF80;
	margin-left: 110px;
	margin-right: 110px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

body.menu {
	font-size: 10pt;
	}
body.top {
	margin-bottom: 0px;
	}
body.bottom {
	font-size: 8pt;
	margin-top: 10px;
	margin-bottom: 10px;
	}

a:link {
	color: #0000FF;
	text-decoration: none;
	}
a:visited {
	color: #FF0000;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a:active {
	color: #FF00FF;
	text-decoration: none;
	}

#copyright {
	font-size: 8pt;
	}
