/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
body {
	color: #1E1E1E;
	margin: 0px;
	padding: 0px;
	font-family: "Courier New", Courier, monospace;
	background-color: #FFFFFF
}
p{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	font-weight: normal;
}
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-weight:lighter;
}
h4 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight:lighter;
}
h5 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight:bold;
}