/* CSS Document */

body {
margin: 0px;
font-family: Arial;
}

a.nav:link, a.nav:active, a.nav:visited {
color: #FFFFFF;
text-decoration: none;
}

a.nav:hover {
color: #000000;
text-decoration: none;
}

a.nav2:link, a.nav2:active, a.nav2:visited {
color: #000000;
font-size: 12px;
text-decoration: none;
}

a.nav2:hover {
color: #c8013a;
text-decoration: underline;
}

a.footer:link, a.footer:active, a.footer:visited {
color: #c8013a;
font-size: 10px;
text-decoration: none;
}

a.footer:hover {
color: #c8013a;
text-decoration: underline;
}

a.clickto:link, a.clickto:active, a.clickto:visited {
color: #c8013a;
font-size: 18px;
text-decoration: none;
}

a.clickto:hover {
color: #000000;
text-decoration: underline;
}

h1 {
font-size: 25px;
color: #c8013a;
}

h2 {
font-size: 14px;
color: #000000;
margin-bottom: -10px;
}

p {
text-align: justify;

font-size: 13px;
}