body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #111;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#titulo {
	font-size: 12px;
	color: #F90;
	font-weight: bold;
	width: 500px;
	margin-left: 50px;
	font-family: Verdana, Geneva, sans-serif;
}
#texto {
	width: 500px;
	margin-left: 50px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
.titulo {
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
.texto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
h4 {
	color: #F90;
}
h4 a:link {
	color: #F90;
	text-decoration: none;
}
h4 a:visited {
	color: #F90;
	text-decoration: none;
}
h4 a:hover {
	color: #FFF;
	text-decoration: none;
}
h4 a:active {
	color: #FFF;
	text-decoration: none;
}
