body
{
  background-color:#ffffff;
/*  background-image:url('../img/footer.gif');
  background-repeat:no-repeat;
  background-position:bottom center; */
}

.content-home
{
  border: 0px solid #ff0000;
	margin:33px 0px 0px 0px;
	font-size:9pt;
	text-align:center;
	width:546px;
}
.content-home h1
{
	font-size:15pt;
	margin:0px 0px 20px 0px;
}
.content-home a:link, .content-home a:visited, .content-home a:active
{
  text-decoration: none;
  color: #000000;
  font-weight:bold;
  font-size:15pt;
  line-height: 140%;
}
.content-home a:hover
{
  text-decoration: none;
  color: #db2017;
}

