body 

{

	background-color: #000000;

}

p 

{

	color: #FFFFFF;

	font-weight: bold;

	font-size: medium;

}



td

{

	width: 333;

	text-align: center;	

}

table a

{

	color: #FFFF00;	

	text-decoration: none;

}
.content {
  position: relative;
}

.content .tooltip {
  background-color: #d3d3d3;
  border: 1px solid #777;
  border-radius: 7px;
  padding: 2px;
  position: absolute;
  width: 400px;
  z-Index: 99999;
  display: none;
}


