/* external CSS file */
/* filename='sheet.css' */
/* NO HTML MARKUP ALLOWED */

a										{  }
a:link     					{ color: #d00000; text-decoration: underline; }
a:active   					{ color: #d00000; text-decoration: underline; }
a:visited  					{ color: #393939; text-decoration: underline; }
a:hover							{ color: #000000; text-decoration: none; }

table								{ text-align: left; }
tr.single						{ vertical-align: top; }
tr.singleBreak			{ vertical-align: top; }
td.single						{ border-bottom: 1 solid black;
										  padding: 2 0 4 8; }
th.single						{ border-bottom: 2 solid black;
										  padding: 0 0 0 8; }
											
span.cuisine				{ font: 400 10pt; padding-left: 16; }
