p.normal {
	color: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
}

p.title {
	color: #00BFFF;
	font: bold normal 30px "Courier New", Courier, mono;
	text-align: center;
	border-top: thin none #660099;
	border-right: thin none #660099;
	border-bottom: thin none #660099;
	border-left: thin none #660099;

}p.smalltitle {
	color: #D400AA;
	font: 16px "Courier New", Courier, mono;
	text-align: left;
}


body {
	background-color: Black;
	font-family: Arial, Helvetica, sans-serif;
	color: #00BFFF;
}
table {
	background-color: transparent;
}

td {
	background-color: transparent;
	border: none;
}
tr {
	background-color: transparent;
	border: none;;
}

a {
	color: #95E4FF;
	font: 12px Arial, Helvetica, sans-serif;
}
a:visited {
	color: #0083AE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

a:hover {
	color: #00BFFF;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-decoration: underline;

}

td.withBorder {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border: thin solid #00BFFF;

	
}
