A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-style : normal;
	font-weight : normal;
	color : Black;
	text-decoration : none;
}

A:LINK {
font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-style : normal;
	font-weight : normal;
	color : Black;
	text-decoration : none;
	
}

A:HOVER {

font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-style : normal;
	font-weight : normal;
	color : Red;
	text-decoration : none;
	
}

A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-style : normal;
	font-weight : normal;
	color : Red;
	text-decoration : none;
}



TABLE {
  
  background-color : white;

  width:500;
  
} 
