body {
	font-family:Helvetica, Arial, Tahoma, Sans-serif;
	font-size:0.7em;
	margin:0px !important;
	padding:0px !important;
	display:block;
	/*background-color:#ccc;*/
	}
h1 {
	font-size:140%;
	font-weight:normal;
	}
h2 {
	font-size:130%;
	font-weight:normal;
	}
h3 {
	font-size:120%;
	font-weight:normal;
	}
h4 {
	font-size:110%;
	font-weight:normal;
	}
h5 {
	font-size:140%;
	font-weight:normal;
	color:#185f93;
	}

p {
	font-size:1em;
	
	}
a:link, a:active, a:visited {
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
	
ul {
	list-style-type: disc;
	list-style-position:inside;
	padding-left:0;
	margin-left:0;
	}
ul li {
	font-weight:bold;
	}
ol {
	list-style-type: decimal;
	list-style-position:inside;
	padding-left:0;
	margin-left:0;
	}
ol li {
	font-weight:bold;
	}
img {
	border:none;
	}
