
	
table {border: 0px solid red;}

td  {border: 0px solid red;}



</style>td.text {
	padding: 15px;
	vertical-align:top;
	
	color: #000;
	font: 12px ariel,sans-serif;
	font-size: 12px;
	margin: 15px;	
	}		

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  color:  black;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  color:  black;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration: none;
  color:  white;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  } 
  
td.link {
	padding: 15px;
	vertical-align:top;
	
	color: #000;
	font: 12px ariel,sans-serif;
	font-size: 12px;
	margin: 15px;	
	}		

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  color:  gray;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  color:  gray;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration: none;
  color:  #66CC00;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  }   
