
BODY {
	margin: 0px;
	background-color: #000000;
	font-family: "Verdana", Verdana, mono;
	font-size: 12px;
	color: #FF00FF;
	}
	
/*---------------------------------------------------------------------------*/	
/* Begin Table Formating Definitions
*/
/*---------------------------------------------------------------------------*/

TABLE  {
	font-family: "Verdana", Verdana, mono;
	font-size: 11px;
	color: #FF00FF;
	}
	
TD {
	font-family: "Verdana", Verdana, mono;
	font-size: 11px;
	color: #FF00FF;
	}
	
TH {
	font-family: "Verdana", Verdana, mono;
	font-size: 11px;
	font-weight: bold;
	}
	
/*---------------------------------------------------------------------------*/	
/* Begin List Formating Definitions
*/
/*---------------------------------------------------------------------------*/
	
LI {
	font-family: "Verdana", Verdana, mono;
	font-size: 12px;
	color: #FF00FF;
	}
	
UL {
	font-family: "Verdana", Verdana, mono;
	font-size: 12px;
	color: #FF00FF;
	}
	
OL {
	font-family: "Verdana", Verdana, mono;
	font-size: 11px;
	color: #FF00FF;
	}

.headline.destinationHead {
	font-size: 12px;
	color: 6699ff;
	font-weight: bold;
	}
	
.headline.destinationTitle {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	color: CC99FF;
	}


/*---------------------------------------------------------------------------*/	
/* Begin Formatting Definitions for HTML elements                            */
/*---------------------------------------------------------------------------*/
P {
	font-family: "Verdana", Verdana, mono;
	font-size: 11px;
	color: #FF00FF
	}
	
H1 {
	font-family: "Helvetica", Helvetica, mono;
	font-size: 16px;
	font-weight: bold;
	color: #FFD700;
	}
	
H2 {
	font-family: "Helvetica", Helvetica, mono;
	font-size: 14px;
	font-weight: bold;
	color: #FFD700;
	}
	
H3 {
	font-family: "Helvetica", Helvetica, mono;
	font-size: 13px;
	font-weight: bold;
	color: #FF00FF;
	}
	
FONT {
	font-family: "Courier New", Courier, mono;
	}

SELECT {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	font-size: 11px;
	}

TEXTAREA {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	}

a, a:visited, a:active {
  font-family: Verdana, mono; font-size: 12px; color:  #e00020; text-decoration: none;
}

a:hover {
   font-family: Verdana, mono; font-size: 12px; color:  #00ff00; text-decoration: none;
}

