BODY  {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

DL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

DT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
DD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
UL	{ list-style-type: square;
	  list-style-position: outside;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	

PRE{ 
        background: #DDEEDD; 
        font-family: Courier, MS Courier New ;  // Prestige, Everson Mono, , monospace
	font-size:14pt;
//	font-weight: bold;
}


A:Link {
	color: #330099;
	background-color: transparent;
}

A:Visited  {
	color: #330099;
	background-color: transparent;
}

A:Active  {
	color: #330099;
	background-color: transparent;
}

A:Hover  {
	color: #6699CC;
	background-color: transparent;
}
