body {background-color: rgb(130,220,254);}
h3 {
		color: rgb(0,0,0);
		font-family: Arial, Helvetica, sans-serif;
		display: block;
		font-size: 10pt;
		font-weight: bold;
		margin: 1em 0px 0px 0px;
		}
input {color: rgb(0, 0, 0);}
textarea {color: rgb(0, 0, 0);}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}

a:link { 
	color: rgb(0, 0, 130);
	}
a:visited { 
	color: rgb(0, 0, 100);
	}
a:hover { 
	color: rgb(0, 0, 100);
	text-decoration: none;
	}
a:active { 
	color: rgb(0, 0, 130);
	}

