@charset "utf-8";
/* CSS Document */

<link href="style" rel="stylesheet" type="text/css" />
<style type="text/css">

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-arrow-color:#FF0000;
scrollbar-3dlight-color:#787878;
scrollbar-highlight-color:#333333;
scrollbar-face-color:#333333;
scrollbar-shadow-color:#333333;
scrollbar-darkshadow-color:#666666;
scrollbar-track-color:#000000;
}
.titulos {
	font-size: 14px;
	font-family: Calibri,Tahoma;
	color: #999999;
}
.textos {
	font-size: 12px;
	font-family: Calibri,Tahoma;
	color: #999999;
}


.link {
	font-size: 12px;
	font-family: Calibri,Tahoma;
	color: #FF0000;
	text-decoration: none;
}
a.link:hover {
	font-size: 12px;
	font-family: Calibri,Tahoma;
	color: #FFFF00;
	text-decoration: none;
}
.rodape {
	font-family: Calibri,Tahoma;
	font-size: 11px;
	color: #999999;
}