body {
	background-position: center;
	background-repeat: no-repeat;
	background-color: white;
	color: #DA1A27;
	font-style: italic;
        text-align: justify;


}
h1 {
	color: #DA1A27;
	font-size: 180%;
        text-align: center;
        font-family: arial;
        font-weight: bold;
        font-style: italic;
}
h2 {
	color: #DA1A27;
	font-size: 130%;
        text-align: center;
        font-family: arial;
        font-weight: bold;
        font-style: italic;
}
h3 {
	color: #DA1A27;
	font-size: 130%;
        text-align: left;
        font-family: arial;
        font-weight: bold;
        font-style: italic;
}
h4 {
	color: #DA1A27;
	font-size: 110%;
        text-align: left;
        font-family: arial;
        font-weight: bold;
        font-style: italic;
}
h5 {
	color: #FFFFFF;
	font-size: 130%;
        text-align: left;
        font-family: arial;
        font-weight: bold;
        font-style: italic;
 }
h6 {
	color: #DA1A27;
        text-align: justify;
	font-family: arial;
        font-size: 100%;
}
p {
	color: #878596;
	text-align: justify;
	font-style: italic;
}
.note {
	color: #BFBFD4;
	font-style: italic;
	text-align: right;
}
td {
	font-weight: bold;
	text-align: justify;

}
a:active, a:focus, a:link, a:visited {
	color: #DA1A27;
	text-align: justify;
        font-family: arial;
        text-decoration: underline;
}
a:hover {
	color: #562510;
	text-align: justify;
        font-family: arial;
	text-decoration: none;
}
