
P {
  font-size: 10pt;
}

a:link {
  color: #FF0000;
  text-decoration: underline;
}

a:visited {
  color: #FF0000;
  text-decoration: underline;
}

a:hover {
  color: #6699cc;
  text-decoration: none;
}

a:active {
  color: #6699cc;
  text-decoration: none;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000; 
}
