body{
	font-family: Arial, sans-serif;
	color: #000000;
	background-color: #ffffff;
	background-image: url(img/background.gif);
	margin-top: 0px;
	font-size: 12px;
}

p{
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}

a{
	color: #d22c2c;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

a:link{
	color: #d22c2c;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

a:hover{
	color: #784141;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

a.menu{
	color: #f5d7d7;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

a.menu:link{
	color: #f5d7d7;
	text-decoration: none;
	font-weight: bold;
}



a.menu:hover{
	color: #784141;
	text-decoration: none;
	font-weight: bold;
}



