BODY       
	{
	FONT: 11px verdana;
	BACKGROUND-COLOR: #000;
	COLOR: #000;
	  /* Centering content in IE */
 	 text-align: center;
	}

A:link, A:visited, A:active
	{
	text-decoration: none; 
	font-weight: bold; 
	color: #000;
	}

A:hover
	{
	border: none;  
	font-weight: bold; 
	text-decoration: none; 
	cursor: crosshair; 
	color: #fff;
	}
#master {
  width: 90%;
  /* Centering content in Mozilla/Netscape */
  margin: 0 auto;
  color: #000;
}
