html {
	}

body {
	margin: 0;
	padding: 0;
	background: #9cc;
	text-align: center;
	font-size: 80%;
	}

p,h1,h2,h3,h4,h5,h6,hr {
	margin: .5em 0 .5em 0;		
	display: block;
	}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #333;
	border-bottom: 0px dotted #9cc;
	}

h1 {
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #C52708;
	}

h2 {	
	font-family: Times, serif;		
	font-size: 1.6em;
	line-height: 1.2em;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 3px;
	color: #033;
	text-align: center;
	border-bottom: 2px dotted #9cc;
	border-top: 2px dotted #9cc;
	padding: .25em;
	}

h3 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #066;
	font-weight: bold;
}

h4 {
	color:#267C6B;
	font-family:"Century Gothic" arial sans-serif;
	font-size: 1em;
	font-weight:bold;
	text-decoration:none;
	margin: 0;
	}

h6 {
	color:#267C6B;
	font-family:"Century Gothic" arial sans-serif;
	font-size: 1.2em;
	font-weight:bold;
	text-decoration:none;
	margin: 0;
}

ul {
	margin: 10px;
	padding: 10px;
	list-style-type: none;
	color: #033;
	display: list-item;
	}

li {
	display: inline;
	margin: 5px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}

hr {
	border: 0;
	border-top: 1px dotted #A3C8C7;
	height: 0px;
	clear: left;
	}

table {
	margin: 0;
	padding: 0;
	border: 0px #000000 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	}

td {
	font-family: Times, serif;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #333;
	border-bottom: 0px dotted #9cc; 
	}

a {
	outline: none;
	border: 0;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

.li_body {
	font-family: "Times New Roman", Times, serif;
	display: list-item;
	list-style-type: disc;
	line-height: 10px;
}
