


.menu_title {
						/* font selection */
						font-family: Verdana; 
						font-size: 14pt;
						font-weight: bold;
						/* text and background color */
						color: green;
						background-color: pink;
						/* positioning */
						text-align: left;
					}	
					
.menu_item {
						text-indent: 50px;
}					


