a:link{
	color:Blue;
	text-decoration:none;
	font-weight:bold;
}
a:visited{
	color:Blue;
	text-decoration:none;
	font-weight:bold;
}
a:active{
	color:Blue;
	text-decoration:none;
	font-weight:bold;	
}
a:hover{
	color:#CC0000;
	text-decoration:underline;
	font-weight:bold;
}
h1	{
	font-size:14pt;
	font-weight:bold;
	border-width:none none 1px none;
	border-style:none none solid none;
	border-color:"#CCD0D6";
}
h2	{
	font-size:12pt;
	font-weight:bold;
}
.copyright	{
	font-size:10pt;
	text-align:center;
	color: gray;
}
