body {
	background-color: #A0D0D0;
	font-family: Trebuchet, Verdana, sans-serif;
	text-align: justify;	
}

h1 {
	text-align: center;
	text-decoration: underline;
}

div p {
	margin-left: 20px;
	margin-right: 5%;
	text-indent: 5%;
}

.ind {
	text-indent: 5%;
}

.noind {
	text-indent: 0%;
}

a:hover {
	font-weight: bold;
}

