<STYLE TYPE="text/css">

<!--			CORPO			 -->
body {
	scrollbar-shadow-color		: #A0A0A0;
	scrollbar-face-color		: #B0B0B0;
	scrollbar-highlight-color	: #C0C0C0;
	scrollbar-3dlight-color		: #D0D0D0;
	scrollbar-darkshadow-color	: #E0E0E0;
	scrollbar-track-color		: #F0F0F0;
	scrollbar-arrow-color		: #101010;
}
<!-- ########################### -->

<!--  CONFIGURAÇÕES DAS TABELAS  -->
table {
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 10px;
	color						: #000000;
	text-decoration				: none;
}
tr {
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 10px;
	color						: #000000;
	text-decoration				: none;
}
td {
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 10px;
	color						: #000000;
	text-decoration				: none;
}
<!-- ########################## -->

<!--			LINKS			-->
a.conteudo:link {
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 10px;
	color						: #333333;
	text-decoration				: none;
}
a.conteudo:visited {
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 10px;
	color						: #333333;
	text-decoration				: none;
}
a.conteudo:active {
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 10px;
	color						: #333333;
	text-decoration				: none;
}
a.conteudo:hover {
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 10px;
	color						: gold;
	text-decoration				: none;
}
<!-- ########################## -->

<!--			ENQUETE			-->
a.enquete:link {
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 8px;
	color						: #ffffff;
	text-decoration				: none;
}
a.enquete:visited {
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 8px;
	color						: #ffffff;
	text-decoration				: none;
}
a.enquete:active {
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 8px;
	color						: #ffffff;
	text-decoration				: none;
}
a.enquete:hover {
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 8px;
	color						: gold;
	text-decoration				: none;
}

input.enquete	{
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 8px;
	color						: #ffffff;
	text-decoration				: none;
}
input.campo_texto{
	border: 1 solid #AAAAAA;
	font:Tahoma;
	font-size:10px;
	color:#333333;
	width:140px;
}
textarea.campo_texto{
	border: 1 solid #AAAAAA;
	font:Tahoma;
	font-size:12 px;
	color:#333333;
	width:140px;
}
select.campo_texto{
	border: 1 solid #AAAAAA;
	font:Tahoma;
	font-size:12 px;
	color:#333333;
	width:140px;

	border-right:	1 solid #AAAAAA;
	border-left:	1 solid #CCCCCC;
	border-top:		1 solid #AAAAAA;
	border-bottom:	1 solid #CCCCCC;
}
input.bt{
	border-right:	1 solid #AAAAAA;
	border-left:	1 solid #CCCCCC;
	border-top:		1 solid #AAAAAA;
	border-bottom:	1 solid #CCCCCC;

	font:Tahoma;
	font-size:10px;
	color:#333333;
	width:120px;
	height:30px;
}
td.texto{
	font:Tahoma;
	font-size:12px;
	color:#333333;
	font-weight: bold;
}
<!-- ########################## -->
</STYLE>