@charset "utf-8";
body {
	background-image: url(../img/bg.png);
	background-repeat: repeat;
}
.table {
	background-image: url(../cardapio2.png);
	background-repeat: no-repeat;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #DA251D;
	text-decoration: none;
	text-align: left;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #DA251D;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #DA251D;
	text-decoration: none;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #DA251D;
	text-decoration: underline;
}
.sub {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #DA251D;
	font-weight: bold;
}
