html, body, td, a { font-family: arial,helvetica,sans-serif;  }
			a:link { color:#CC0000;  }
			a:visited {color:#990000; }
			a:hover {color:gray; }
			
			.red a:link {color:white; }		
			.red a:visited {color:white;  }
			.red a:hover {color:#FF0033; }
			.red {font-size:80%;
				   font-weight:bold; }
			
			background-color:#ffffff;
			
			p {color:black; font-size: 100%;}
			
			.image { text-align: center; }
