@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: small;
	line-height:140%;
}
body {
	margin-left: 100px;
	margin-top: 50px;
	width:600px;
}

h1 {
	size:70%;
	line-height:125%;
}

h2	{
	size:50%;
	line-height:115%;
	}

ol  {
	line-height:200%; margin-left:100px;
	}

ul	{
	margin-left:50px;
	}

p	{
	text-indent:25px;
	}
	
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}