td, select, input, p, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
p {
	text-align: justify;
}
h1 {
	font-family: Optima;
	font-size: 24px;
	font-weight:bold;
	color: #FFFFFF;
}
h2 {
	font-family: Optima, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;	
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #66CCFF;
	text-decoration: none;
    font-weight:bold;	
}
a:hover {
	text-decoration: underline;
}

/* This will remove the table borders in Firefox  */

TABLE,
TD,
TR {
	border-style: none;
}
