body {
	background-color: #e8e6e6;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #406B2B;
	text-align: center;
}
.table {
	border: thin solid;
}
A.styles:link, A.styles:visited, A.styles:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #ffffff;
}
A.styles:hover {
    font-size: 13px;
	text-decoration: underline;
}
