<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/dtd/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">	<head>		<title>formate</title>			<meta http-equiv="Content-Type"			content="text/html; charset=iso-8859-1" />body {		color: rgb(255,255,255); 		background-color: #ffff66;		font-size: 1em;		font-family: geneva, arial, helvetica, sans-serif;		}				p.text {		font-size: 1em;		font-family: geneva, arial, helvetica, sans-serif;		color: rgb(0,0,0); 		background-color: transparent;		}					p.link {		font-weight: 700; 		font-size: 2;		font-family: geneva, arial, helvetica, sans-serif;		color: rgb(0,0,0); 		background-color: transparent;		text-decoration: none;		}						a:link { 		font-weight: 700; 		font-size: 2;		font-family: geneva, arial, helvetica, sans-serif;		color: rgb(0,0,0); 		background-color: transparent;		text-decoration: none;		}		a:visited { 		font-weight: 700; 		font-stretch: condensed;		font-size: 2;		font-family: geneva, arial, helvetica, sans-serif;		color: rgb(0,0,0); 		background-color: transparent;		text-decoration: none;		}		a:hover { 		font-weight: 700; 		font-stretch: condensed;		font-size: 2;		font-family: geneva, arial, helvetica, sans-serif;		color: rgb(255,51,51); 		background-color: transparent;		text-decoration: none;		}		a:active { 		font-weight: 700; 		font-stretch: condensed;		font-size: 2;		font-family: geneva, arial, helvetica, sans-serif;		color: rgb(0,0,0); 		background-color: transparent;		text-decoration: none; 		}</head>	<body></body></html>