body {
	background-color: #D2F7E2;
}

#content {
	text-align:center;
	background-image: url('background.jpg');
}

a:link {
	color : #00632C;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color : #0066FF;
}
a.active {
	color : #FAC6D1;
}
h1 {
	font-size: 24px;
}

