body { color : #313131 }
  h1 { color : #003399;
  border-bottom : 1px dotted #313131;
  font-size : 14pt
}
  h2 { font-size : 12pt;
}
  .dynlink {cursor:pointer;cursor:hand;text-decoration: underline;color:blue;}
body {
	margin-top: 0px;
}

A:link	{
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color: #0000cc;
	}
A:hover	{
	font-style:normal;
	text-decoration:underline;
	color:#3366FF;
	}
a:active {
	color: red;
}