body {

	background-color: #FBF9F9;

	background-image: url(./img/background.jpg);

	background-repeat: repeat-x;

	background-position: center top;

}

.descricao {

	font-family: Tahoma;
	
	font-weight:bold;

	font-size: 11px;

	color: #333333;

}

.bottomcopyright {

	font-family: Tahoma;

	font-size: 10px;

	color: #333333;

}

.descricao a {

	font-family: Tahoma;

	font-size: 11px;

	color: #000000;

	text-decoration:none

}

.descricao a:visited {

	font-family: Tahoma;

	font-size: 11px;

	color: #000000;

	text-decoration:none

}

.descricao a:hover {

	font-family: Tahoma;

	font-size: 11px;

	color: #FF0000;

	text-decoration:underline

}