/* $Id: mage.css 2 2005-01-31 23:23:02Z Karen $ */

/* formatting */

body {
	background-color: #000000;
	color: #00CC00;
	font-family: courier, "lucida console", serif;
	}
	
h1 {
	font-size: x-large;
	color: #00CC00;
	font-family: courier, "lucida console", serif;
	font-weight: bold;
	}
	
h2 {
	font-size: large;
	color: #00CC00;
	font-family: courier, "lucida console", serif;
	font-weight: bold;
	font-style: italic;
	}
	
h3 {
	font-size: medium;
	color: #00CC00;
	font-family: courier, "lucida console", serif;
	font-weight: bold;
	}
	
li {
	font-size: small;
	}
	
p {
	font-size: small;
	color: #00CC00;
	font-family: courier, "lucida console", serif;
	}
	
	p.justify {
		text-align: justify;
		}
	
	p.update {
		font-size: small;
		color: #00CC00;
		font-family: courier, "lucida console", serif;
		text-align: right
		}
	
	p.footer {
		font-size: small;
		color: #00CC00;
		font-family: courier, "lucida console", serif;
		text-align: right
		}
		
table {
	border-color: #00CC00;
	}
	
a:link {
	text-decoration: underline;
	font-size: small;
	color: #00CC00;
	font-family: courier, "lucida console", serif;
	}
	
a:visited {
	text-decoration: underline;
	font-size: small;
	color: #00CC00;
	font-family: courier, "lucida console", serif;
	}
	
a:hover {
	text-decoration: none;
	font-size: small;
	color: #00CC00;
	font-family: courier, "lucida console", serif;
	}
	
.flash {
	text-decoration: blink;
	}
	
