a
{
	text-decoration: none;
	color: Silver;
}
a:hover
{
	color: white;
}
p
{
	padding: 0px;
	margin: 0px;
	color: black;
	font: bold 12pt Arial, Helvetica, sans-serif;

}
#theDiv {
 POSITION : relative;
 Z-INDEX : 8;
  VISIBILITY : visible;
   ALIGN : center;
 	padding: 0px;
	margin: 0px;
	color: #95CDFE;
	font: larger tahoma;
 }
 body
{
	background-color: #95CDFE;
	font: bold 12pt Arial, Helvetica, sans-serif;
}
img
{
	border: 1px solid black;
}