@charset "utf-8";
body {
	margin: 0px;
	background-color: #000000;
}
a:link {
	font-weight: bold;
	color: #595959;
	text-decoration: underline;
}
a:visited {
	color: #595959;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.destaque {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 12px;
	color: #e1e1e1;
	text-align: left;
}

p {
	font-family: Georgia, "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 20px;
}
.destaque a:link {
	font-weight: bold;
	color: #B6B6B6;
	text-decoration: underline;
	}
.destaque a:visited {
	font-weight: bold;
	color: #b6b6b6;
	text-decoration: underline;
	}
.destaque a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	}
.destaque a:active {
	font-weight: bold;
	color: #b6b6b6;
	text-decoration: underline;

