			html, body{
				color: #000;
				font: Georgia, "Times New Roman", Times, serif;
			}
			
			#logo, #banner, #bowl, #label_bottom, #barcode,
			#nav, #stop_music, #music_player, #navTemp  {
				display: none;
			}
			
			#content{
				font: 11pt Georgia, "Times New Roman", Times, serif;
				line-height: 200%;
				margin: 5px;
			}
			
			#content li{
				font: 9pt "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
				padding: .3em 0 .3em 2em;
			}
			
			#content ul{
				padding-bottom: 1em;
			}
			
			p{
				text-indent: 15pt;
			}
			
			h2{
				color: #000;
				font: 12pt "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;	
			}
			
			a{
				text-decoration: underline;
				color: #000;
			}
			
