body {
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	text-align: center;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	margin: 40px 0px 0px 0px;
	padding: 0;
}

#main {
	width: 500px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


h1
{
	font-size: 20px;
	font-weight: bold;
	font-family: 'Titillium Web', sans-serif;
	color: #EF474D;
	margin: 10px 0px 0px 0px;
	text-align: left;
	text-transform: uppercase;
	padding: 1px 0px 1px 0px;
}


a {
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}

a:visited:active {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #009fe3;
	text-decoration: underline;
}
a:active {
	color: #009fe3;
	text-decoration: none;
}