    a:link,  a:visited {
	background-color: inherit;
    	color: rgb(0%, 0%, 80%);
	text-decoration: none;
    }

    a:hover  {
    	background-color:  rgb(30%, 30%, 100%);
    	color: rgb(100%, 100%, 100%);
    }
    
    a:active {
    	color: rgb(100%, 0%, 0%);
    	background-color:  rgb(30%, 30%, 100%);
    }
    
    a.i:link, a.i:visited, a.i:hover {
    	background-color:  inherit;
    	color: inherit;
	text-decoration: none;
    }
    
    body {
    	margin-left: 5%;
	margin-right: 5%;
	background-color: #FFFFFF;
	color: #000000;
    }
    
    h1 {
    	margin-bottom: 0px;
    }

    h3.f {
    	font-style: italic;
    	margin-top: 0px;
	background-color: #FFFFFF;
	color: #707070;
    	text-align: center;
    }

    h3.l {
    	font-style: italic;
    	margin-top: 0px;
	background-color: #FFFFFF;
	color: #707070;
    	text-align: center;
    }

    img.button {
    	border: 0px;
	vertical-align: middle;
    }

    p.image {
    	text-align: center;
    }

    table.r {
   	float: right;
    }

    td.l {
    	width: 20%;
    }

    td.m {
    	width: 60%;
    	text-align: center;
    }

    td.r {
    	width: 20%;
    	text-align: right;
    }
