body,td,th {
	font-family: Times New Roman;
	font-size: 12px;
	color:#666666;
}
<!--
body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
}
-->
.textbox { 
	background-color: #FFFFFF; 
	font: 11px Times New Roman;
	color:#000000;
	border:1px solid #000000;
}

.contadorprodutos {
	font: 10px;
}

textarea { 
	background-color: #FFFFFF;
	font:11px Times New Roman;
	color:#000000;
	border:1px solid #000000;
}

select {
	background-color: #FFFFFF; 
	font: 11px Times New Roman;
	color:#000000;
	border:1px solid #000000;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #333333;
}