﻿body {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	margin: 3pt;
	background-image: url('AnTherm_light_transp_BG.gif');
	/*background-attachment: fixed;*/
}
hr {
	height: 1px;
}
td, th {
	font-size: 78%;
}
/*{ font-size:68%; }*/
h1 {
	font-size: 165%;
	background: #EEEEEE;
}
h2 {
	font-size: 125%;
	background: #EEEEEE;
}
h3 {
	font-size: 115%;
	background: #EEEEEE;
}
h4, h5, h6 {
	font-size: 100%;
	background: #EEEEEE;
}
pre {
	background: #EEEEEE;
	padding: 2pt;
}
p {
	/*line-height:1.5em;*/
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
ul, ol {
	/*margin-left: 2.0em;*/	/*do not do it! looks different in IE and FF*/
	margin-top: 0.2em;
	margin-bottom: 0.3em;
}
ul li {
	list-style-type: disc;
	margin-left: -1.0em;	/*do it here! looks same in IE and FF*/
}
