/* $Id: default.css,v 1.9 2002/01/29 22:25:18 mason Exp $ */

body {
	background: #333;
	color: #0c0;
	font-family: Courier, sans-serif;
	padding-left: 8%;
	padding-right: 8%;
}

body.black {
	background: #000;
	color: #0c0;
	font-family: Courier, sans-serif;
	padding-left: 8%;
	padding-right: 8%;
}

form {
	font-family: Courier, sans-serif;
}

td {
	font-family: Courier, sans-serif;
}

a:link {
	text-decoration: none;
	color: #0f0;
	background: transparent;
}

a:visited {
	text-decoration: none;
	color: #0f0;
	background: transparent;
}

a:hover {
	color: #000;
	background: #0f0;
	text-transform: none;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #000;
	background: #0f0;
}

p.legal {
	text-align: justify;
	font-size: xx-small;
}

p.caption {
	text-align: center;
	font-size: small;
}

p {
	text-align: justify;
	font-family: Courier, sans-serif;
}

p.big {
	font-size: large;
	text-align: center;
}

p.huge {
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
}

pre.centered {
	text-align: center;
}

p.right {
	text-align: right;
}

p.centered {
	text-align: center;
}

img {
	border: 0;
}

