body {
	font-family: arial;
	font-size: 12;
	margin: 0
	}
table { font-size: 12 }
h1 { font-size: 16 }
h2 { font-size: 14 }
A:link {
	color: rgb(0,255,0) }
A:visited {
	color: rgb(0,255,0) }
A:active {
	color: blue }
a:hover	{	
	text-decoration:	none;
	color:	blue; }