@charset "utf-8";
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	text-align: justify;
	vertical-align: middle;
	color: #CCC;
}
h1 {
	font-size: x-large;
	color: #FFF;
	background-color: #508D0B;
	text-align: center;
	padding: 10px;
	margin: 0px;
	border: thick double #FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: 2px 2px 1px #000;
	font-weight: normal;
}
h2 {
	font-size: x-large;
	color: #FFF;
	background-color: #508D0B;
	text-align: center;
	padding: 10px;
	margin: 0px;
	border: thick double #FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: 2px 2px 1px #000;
	font-weight: normal;
}
h3 {
	font-size: x-large;
	color: #000;
	font-weight: normal;
	padding: 1%;
	text-align: justify;
	margin: 2%;
	font-family: Calibri;
}
h4 {
	font-size: large;
	color: #333;
	font-weight: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	font-family: Calibri;
	text-align: justify;
}
h5 {
	font-size: x-large;
	color: #C00;
	border-bottom-style: dotted;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-family: telegrafico;
	font-weight: normal;
	clip: rect(auto,auto,auto,auto);
	width: 80%;
	text-shadow: 1px 1px 1px #000;
	padding: 1%;
	margin: 2%;
	text-align: left;
}
h6 {
	font-size: large;
	color: #000;
	border: thin dashed #000;
	font-weight: normal;
	background-color: #E1E1E1;
	text-align: left;
	padding: 2%;
	width: 95%;
	font-family: "Courier New", Courier, monospace;
	line-height: 1.3;
	font-style: normal;
	margin: 1%;
	border-radius: 2%;
	box-shadow: 1px 1px 1px 1px #000;
}
