@charset "iso-8859-1";

ul, ol, dl, p, h1, h2, h3, h5, h6
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
}

h4
{
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
}

h1
{
	font-size: 240%;
}
h2
{
	font-size: 180%;
}
h3
{
	font-size: 140%;
}
h4
{
	font-size: 100%;
}
h5
{
	font-size: 70%;
}
h6
{
	font-size: 50%;
}

code, pre
{
	font-family: "Courier New", Courier, monospace;
}

table
{

	font-size: 100%;
}

body
{
	font-size: 100.1%;
}