body{
	font-family: Arial, Helvetica, sans-serif;
}
.menu {
	color: #FDF0CA;
	background-color: #AF180D;
	text-align: center;
	font-size: 0.8em;
}
h1 {
	color: #FDF0CA;
	background-color: #AF180D;
	text-align: center;
	font-size: 1.2em;
}
a {
	text-decoration: none;	
	color: #FDF0CA;
}
.cont {
	color: #000000;
	text-align: left;
	font-size: 0.8em;
}
.strong {
	color: #AF180D;
	font-weight: bold;
}
.strongb {
	color: #000000;
	font-weight: bold;
}
.link {
	text-decoration: underline;	
	color: #AF180D;
}

