body {
	font-size: 100%; /* Resets 1em to 10px */
	font-family: "Times New Roman", Times, serif;
	background: #fff;
	color: #333;
	text-align: justify;
	margin: 10px 10px 20px 10px;
	padding: 20px; 
	} 
	
h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 3em;
	text-align: left;
	}
	
a {
	color: #005599;
	text-decoration: none;
	font-size: 1.0em;
	}

a:hover {
	color: #005599;
	text-decoration: underline;
	font-size: 1.0em;
	}

a img {
	border: none;
	}


