body {
	background-color: #014834;
	margin: 0;
}

.index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	font-style: italic;
	text-align: center;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a:visited{
	color: #333;
	}