h1 {
	color: #33FF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: lowercase;
}
h2 {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	
}

p {	font-size: 12px;
	color: #000000; text-align:justify; line-height:150%; margin-right:50;
	font-family: Arial, Helvetica, sans-serif;

}

.center {	font-size: 12px;
	color: #000000; text-align:center; line-height:150%; margin-right:50;
	font-family: Arial, Helvetica, sans-serif;

}

body {
	background-color: #000000;
	background-image: url();
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}	
a:link {
	color: #006600;
}
a:hover {
	color: red;
}

a:visited {
	color: #339966;
}

td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}