body {
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 10px; 
	margin-right: 10px;  
	font:11px tahoma;
	color: black;
	background-color: #2FAA5A;
}

td, p, input, textarea, select {
	font: 11px tahoma;
}


h1 {
	font: 19px arial;
	letter-spacing: -1px;
	text-transform: capitalize;
	
}

h2 {
	font: 15px arial;
	letter-spacing: -1px;
	font-weight: bold;
	text-transform: capitalize;
}

h3 {
	font: 13px arial;
	letter-spacing: -1px;
	font-weight: bold;
	text-transform: capitalize;
}

.tiny {
	font: 9px tahoma;
	letter-spacing: 0px;
}

.price {
	letter-spacing: -1px; 
	font:11px arial;
	font-weight: bold;
}

.price2 {
	letter-spacing: -1px; 
	font:12px arial;
	font-weight: bold;
}

.menulink {
	font-weight: bold;
	color: black;
	line-height: 14px;
	font-size: 10px;
}






a:link {
	color: #D33131;
}
a:hover {
	color: #D33131;
}
a:visited {
	color: #D33131;
}
a:active {
	color: #D33131;
}


a.hdn {
	text-decoration: none;
}

a.menulink:link {
	text-decoration: none;
	font-weight: bold;
	color: black;
	line-height: 14px;
	font-size: 10px;
}
a.menulink:active {
	text-decoration: none;
	font-weight: bold;
	color: black;
	line-height: 14px;
	font-size: 10px;

}
a.menulink:visited {
	text-decoration: none;
	font-weight: bold;
	color: black;
	line-height: 14px;
	font-size: 10px;

}
a.menulink:hover {
	text-decoration: underline;
	font-weight: bold;
	color: black;
	line-height: 14px;
	font-size: 10px;
}


a.menutiny:link {
	text-decoration: none;
	color: black;
	font-size: 9px;
}
a.menutiny:active {
	text-decoration: none;
	color: black;
	font-size: 9px;
}
a.menutiny:visited {
	text-decoration: none;
	color: black;
	font-size: 9px;
}
a.menutiny:hover {
	text-decoration: underline;
	color: black;
	font-size: 9px;
}
