/* CSS Document */

*{
	font-family:"Trebuchet MS";
}

h1{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#333333;
	line-height:10px;
	margin-top:5px;
	margin-bottom:10px;
}
#output p{	
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#010892;
	line-height:18px;
	margin-left:35px;
	margin-top:5px;
	margin-bottom:10px;
	
}
p{
	font-size:12px;	
	margin-bottom:20px;
}

