body
{	
	color:Red;
	background-color:Black;
	font-family:Verdana;   		
}

A:link
{
	color:#B8860B;
}

A:visited
{
	color:Silver;
}

A:hover
{
	color:Purple;
}

A:active
{
	color:Red;
}

A:focus
{
	color:Purple;
}
 
TABLE
{	
	table-layout:auto;
	height:auto; 
	width:100%; 
	white-space:normal;
	overflow:scroll;		 
}	    

U
{
	font-size:large;	
}
     
IMG
{
	margin-left:20px;
	margin-right:5px;
	margin-bottom:10px;
	margin-top:10px;
	border-style:none;
	border-width:0px;
	text-align:center;
}

HR
{
	color:Gray;
}
	
.noborderTD
{
	border:none;	
}

COL
{
	width:50%;
	width:20%;
	width:10%;
	width:20%;
}

.expTD
{
  text-align:center;
  color:yellow;
  font-weight:bold;
}

.xheadTD
{
  color:yellow;
  font-weight:bold;
}
		
