@media screen, projection {
	
	ul{
		list-style-position:outside;
		margin-left: 30px;
		font-family:Georgia,"Times New Roman",Serif;
		color:#cacacc;
		font-size:12pt;
	}
	
	.no-indent {text-indent:0;}
	
}

@media print {
	
}