a { text-decoration: none }
body{
  color: #000000;
  margin: 0px;
  padding: 0px;
  font-size : 10pt;
  font-family: "Times New Roman", Times, serif;
  min-width: 770px; 
  /* Internet Explorer doesn't accept min-width therefore we 
   use the following Dynamic Expression to set the width */
  width:expression(document.body.clientWidth < 850 ? "770px" : "100%" );
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #330099;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}