body
{ 
	font-family: 			Verdana, Arial, Helvetica, sans-serif; 
	font-weight: 			Bold; 
	font-size: 				8pt; 
	color:					#FFFFFF;
	background-color:		#000000;
}

table
{
	border:					0px;
	border-spacing:	        20px;
	padding:                10px;
}

td
{ 
	text-align:				Center;
	font-size: 				75%;
}

img
{ 
	border:					1px;
	border-color:			Blue;
	vertical-align:			Middle;
	margin-left:			15px;
	margin-right:			15px;
	margin-bottom:			5px;
}

h1
{
	font-size: 				150%;
	font-weight:			Bold;
	text-align:				Center;
	letter-spacing:			5px;
}

h2
{
	font-size: 				150%;
	font-weight:			Bold;
	text-align:				Left;
	letter-spacing:			2px;
	margin-top:				40px;
	margin-bottom:			25px;
}

h3
{
	text-align:				Left;
	text-transform:			Uppercase;
	font-size: 				125%;
	margin-bottom: 			-15px;
}

h4
{
	text-align:				Left;
	font-size: 				110%;
	margin-bottom: 			-15px;
}

h5
{
	text-align:				Left;
	font-size: 				75%;
}

a:link
{
	color:				#FFFFDF;
}

a:active
{
	color:				#FFFFFF;
}

a:visited
{
	color:				#FF0000;
}

a:hover 
{ 
	text-decoration:	Underline;
}