/* Default CSS */
/* Date: 03-03-2012 */

h3
{
font-size: 16pt;
color: #8DC63F;
}

p
{
font-family: Segoe UI, Arial, Helvetica, sans-serif;
}
p.footer
{
font-family: Arial;
font-size: 10pt;
color: #8DC63F;
position: relative;
bottom: -100px;
right: 0px;
}

a:link {color: #8DC63F;}
a:visited {color: white;}
a:hover {color: #008000;}
a:active {color: #FF0000;}

body
{
font-family: Segoe UI, Arial, Helvetica, sans-serif;
color: white;
background-color: #425A6C;
text-align: center;
}