/* CSS Document */
*		{
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
}

html	{
	height:100%
}

body 	{
	text-align:center
}

h1 		{
	font-size:130%
}
h2 		{
	font-size:115%
}
h3 		{
	font-size:110%
}
h4		{
	font-size:110%
}


p		{
	padding:0px 0px 13px 0px;
}

ul {
	list-style:disc;
	margin:0px 0px 0px 35px;
}
ol {
	margin:0px 0px 0px 35px;
}

.main	{
	margin:auto; 
	text-align:left
}

