body {
	background: #939393;
	padding: 20px;
}

p {
	font-family: Verdana, Arial, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}

h1 {
	font-family: Verdana, Arial, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-align: center;
}

h2 {
	font-family: Verdana, Arial, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align: center;
}

h3 {
	font-family: Verdana, Arial, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	color: #A52A2A;
	text-align: center;
	
}

h4 {
	font-family: Verdana, Arial, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-align: left;
}

h5 {
	font-family: Verdana, Arial, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	text-align: center;
}

h6 {
	font-family: Verdana, Arial, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align: left;
}

table {
	table-width: 90%;
	margin-left: 6%;
	margin-right: 6%;
	background: #ffffff;
	table-align: center;
	padding: 0px;
}

td {
	font-family: Verdana, Arial, "Times New Roman", Times, serif;
	margin-left: 0px;
	margin-right: 0px;
}

dl {
	display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0px;
    padding-right: 0px;
}

dt {
	font-family: Verdana, Arial, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
    padding: 6px;
}

ol,ul,dd {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
}

li {
	font-family: Verdana, Arial, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
    padding: 6px;
}

a:link {
	color: #0000ff;
	text-decoration:none;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

a:visited {
	color: #ff9900;
	text-decoration: none;
}