body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#F8F2E0;
}
a{
	color: #AA011E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.text{
	font-weight: normal;
	color: #475F7E;
	text-decoration: underline;
}
a.text:hover {
	color: #475F7E;
	text-decoration: none;
}


