/* mangoSix text styling */

/* Text styling */

h1, h2, h3, h4, p, em, ul, li, a {
font-family: Georgia, "Georgia", serif;
}

h1, h2, h3, h4, p, em, ul, li, a {
color: #def6ff;
font-size: 13pt;
font-weight: normal;
margin-bottom: 5pt;
}
p a {
color:#95e2ff;
}
h1 {
color: #f5fdff;
font-size: 17pt;
}

h2 {
color: #f5fdff;
font-size: 15pt;
}

li a {
font-size: 15pt;
}

em {
font-weight: bold;
}

a:hover {
color: #ffffff;
}
/* General Styles*/

.white {
color: #ffffff;
}

.orange {
color: #C4FF41;
}

.realred {
color: #D40800;
}

.italic {
font-style: italic;
}

.centre {
text-align: center;
}

.footer p {
font-size: 10pt;
margin-bottom:5px;
margin-top:25px;
}