html,body,h1,h2,h3,h4,h5,h6,p,ul,li,pre,code
{
	padding: 0px;
	margin: 0px;
}
body{
	font-size: 14px;
	font-family: "Trebuchet MS";
	line-height: 150%;
}
h1{
	font-family: "Georgia";
	font-weight: 100;
	font-size: 45px;
	margin: 20px 20px;
	line-height: 1em;
}
h2{
	font-family: "Georgia";
	font-weight: 100;
	font-size: 30px;
	margin: 10px 20px;
}
p{
	padding: 5px 20px;
	font-family: "Trebuchet MS";
}
ul{
	margin: 5px 50px;
	list-style-type: square;
	list-style-position: inside;
}
table{
	border-collapse: collapse;
	margin: 5px 50px;
}
table tr th{
	text-align: left;
	border: 1px solid #aaa;
}
table tr td{
	padding: 3px 10px;
	border: 1px solid #aaa;
}
