body
{ 
	background: #252546
}
body {
	text-decoration: none;
	color: #aaaacc;
	font-family: "sans-serif,arial";
	font-size: 10pt;
	font-weight: normal;
}
h1 {
	text-decoration: none;
	color: #aaaacc;
	font-family: "sans-serif,arial";
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
}
h2 {
    text-decoration: none;
    color: #aaaacc;
    font-family: "sans-serif,arial";
    font-size: 10pt;
    font-weight: normal;
}
h3 {
    text-decoration: none;
    color: #eeeeee;
    font-family: "sans-serif,arial";
    font-size: 10pt;
    font-weight: normal;
	text-align: justify;
	font-style: italic;
}
h4 {
    text-decoration: none;
    color: #eeeeee;
    font-family: "sans-serif,arial";
    font-size: 20pt;
    font-weight: bold;
}
p {
    text-decoration: none;
    color: #aaaacc;
    font-family: "sans-serif,arial";
    font-size: 10pt;
    font-weight: normal;
}

a:link {
	text-decoration: underline;
	color: #ffffff;
	font-family: "sans-serif,arial";
	font-size: 10pt; font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #dddddd;
	font-family: "sans-serif,arial";
	font-size: 10pt;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #dddddd;
	font-family: "sans-serif,arial";
	font-size: 10pt;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #ffffff;
	font-family: "sans-serif,arial";
	font-size: 10pt;
	font-weight: bold;
}
