body {
	color:  #000000;
	font-weight:normal;
	text-decoration: none;
    background-color: #C2F481;
	background-image: url(/images/back_green.gif);
    font-family:Arial, sans-serif;
    font-size: 9pt;
    margin: 30px;
    padding: 0px;

    }

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

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

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

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


