html{
		margin: 0;
		padding: 0;
}

body {
		font: 75% italic normal georgia, sans-serif;
		line-height: 1.88889;
	   background: #568de1;
	   margin: 0; 
		padding: 0;
}

p { 
	margin-top: 0; 
	text-align: justify;
	}
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #e7fb0c;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #35ff6e;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #3aef16;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
acronym {
	border-bottom: none;
}

