body {
    background-color: #FF71A9;
	background-image: url(/images/background.gif);
    font-family: Georgia, arial, helvetica, sans-serif;
   	font-size: 14pt;
    margin: 0px;
    padding: 0px;
    }

a:link {
    color: #000000;
    text-decoration: none;
    }

a:visited {
    color: #000000;
    text-decoration: none;
    }

a:hover {
    color: #652C86;
    text-decoration: none;
    }

a:active {
    color: #652C86;
    text-decoration: none;
    }

.main{
font-size: 10pt;
font-weight: normal;
}

.footer{
font-size: 8pt;
font-weight: normal;
}

