
body {
	position: relative;
	margin: 10pt; 
	padding: 0;
	
	background: #5a6e85;

}

body,td { 
 
  font-family: arial, helvetica, sans serif;
  font-variant: normal;
  font-weight: bold;
  font-size: 14pt;
  text-decoration: none;
  text-align: center;
}

h1 { 
  color: #ff0000;   
  font-weight: bold; 
  font-size: 20pt;

}



a:link		{ color: #0000cc; text-decoration: none; }
a:visited	{ color: #6600cc; text-decoration: none; }
a:active	{ color: #66cc99; text-decoration: none; }
a:hover		{ color: #ff0000; text-decoration: none; }




