

body {
	margin: 2em
}

p, ul {
	text-align: left;
	font-weight: normal;
	font: normal 100%/130% verdana, arial,  helvetica, sans-serif;
	

}
table {
	border-collapse: collapse;
	border: 1px solid #fff;
	font: normal 80%/140% verdana, arial,  helvetica, sans-serif;
	color: #000;
	background: #fff;
}
caption {
	padding: 0 0.6em 0.8em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #000;
	background: transparent;
}
td, th {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
padding: 0.2em;
}
thead th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	background: #c6d7cf;
}
tfoot th, tfoot td {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	background: #e8e8cf;
}
tfoot th {
	font-weight: bold;
}
tbody td a {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
tbody td a:hover {
	background: transparent;
	color: #f00;
	text-decoration: underline;
}
tbody th a {
	background: transparent;
	color: #3f7c5f;
	text-decoration: underline;
	font-weight: bold;
}
tbody th a:visited {
	color: #b98b00;
}
tbody th, tbody td {
	vertical-align: top;
	text-align: left;
}
tfoot td {
	border: 1px solid #996;
}
tbody tr:hover {
	background: #ffffff;
}
h6 {
	text-align: center;
	font-weight: normal;
}

h1 {
	text-align: center;
	color: green;
	font: normal 180%/200% verdana, arial,  helvetica, sans-serif;}
h2 {
	text-align: center;
	color: green;
	font: normal 160%/200% verdana, arial,  helvetica, sans-serif;

}
h3 {
	text-align: center;
	font: normal 100%/180% verdana, arial,  helvetica, sans-serif;
	font-weight: bold;
    color: red;
}

h4 {
	text-align: left;
	font-weight: bold;
	font: normal 140%/180% verdana, arial,  helvetica, sans-serif;
	color: red;

}


hr {
width:87%;


}

