body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	background-position:center;
	background-color:#FFE7E8;
	font-family: Verdana;
	color:#AA4288;
	font-size:80px;
	font-weight:bold;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color:#B4689C;
	scrollbar-highlight-color:#C36CA7;
	scrollbar-face-color:#AA4288;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-darkshadow-color:#862767;
	scrollbar-track-color:#FDDFEE;

}
table {
	font-family: Verdana;
	color:#AA4288;
	font-size:11px;
	font-weight:bold;
}
.Sabores{
	font-family: Verdana;
	color:#AA4288;
	font-size:10px;
	font-weight:normal;
}
div.rolagem{
	margin-right: 10px;
	width: 250px;
	height: 160px;
	overflow: auto;
}
div.rolagem2{
	margin-right: 10px;
	width: 280px;
	height: 160px;
	overflow: auto;
}
a{
	color:#AA4288;
	text-decoration: none;
}
a:hover{
	color:#AA4288;
	text-decoration: underline;
}