/* www.bluedorn.org */
/* margin.css */
/* cascading style sheet for margin pages*/
/* Last modified by wb, 2005-11-12 */

body {
	background-color: #00A000;
	text-align: center;
	margin: 20px;
	font-family: Arial,sans-serif;
	color: #E0FF80;
	}

body.menu {
	font-size: 10pt;
	}
body.top {
	margin-bottom: 0px;
	}
body.bottom {
	font-size: 8pt;
	margin-top: 10px;
	margin-bottom: 10px;
	}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
a:visited {
	color: #E0FF80;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a:active {
	color: #FFFF00;
	text-decoration: none;
	}

#copyright {
	font-size: 8pt;
	}
