HTML * {
	margin: 0;
	padding: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration:none;
}

body {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 83%;
}

em{
  font-style:italic;
}

ul,
ol{
	list-style-type:none;
}

a,
hover,
visited {
	color:#06508b;
}

a,
img,
fieldset {
	border: 0;
}

body h1 { font-size:200%; }
body h2 { font-size:170%; }
body h3 { font-size:130%; }
body h4 { font-size:120%; }
body h5 { font-size:110%; }
body p { font-size:100%; }

table{
	border: 1px solid #000;
	border-collapse: collapse;
	margin-bottom: 30px !important;
}
	table td, table thead tr th{
		padding: 5px;
		border: 1px solid #000;
	}
		table td ul{
			list-style-type: disc;
		}
