


.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 {
						/* these are hyperlinks - simply indent them */
						text-indent: 50px;
					}