@CHARSET "UTF-8";

html {
	font-family: serif;
	font-size: 20px;
	line-height: 30px; /* 24px */
	height: 100%;
}

body {
	position: relative;
}

h1, h2, h3, h4 { 
	margin-bottom: 30px; 
}

h5, h6 { 
	margin-bottom: 0px; 
}

h1 {
	font-size: 24px;
}
 
h2 {
	font-size: 21px; 
}
	 
h3 {
	font-size: 19px;
}
 
h4 {
	font-size: 16px;
}
	 
h5, h6 {
	font-size: 14px;
}

li {
	list-style: none;
}