<!--
body,p,table,td {
  font-family : Arial, Helvetica, sans-serif;
}

a {
 	color : #003399;
}

a, a:active {
 	color : #003399;
  text-decoration: none;
}

a:hover,a:visited {
 	color : #993399;
  text-decoration: none;
}

h2 {
	font-style : italic;
	font-family : serif;
}

h1 {
	color: #008000;
	font-size : small;
}
//-->