    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;
    }

    blockquote {
    	font-size: smaller;
        font-family: Arial, Helvetica, sans-serif;
        padding-left: 6px;
        padding-right: 6px;
        background-color: rgb(180, 180, 255);
        color: inherit;
    }

    body {
        margin-left: 5%;
        margin-right: 5%;
        background-color: #FFFFFF;
        color: #000000;
    }

    h1 {
    	text-align: center;
    }
	h2 {
    	text-align: center;
    }

    img.b0 {
    	border: 0px;
    }

    hr.w25 {
        width: 25%
    }
    table.r {
        float: right;
    }
    a.center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
}