/* CSS Document */

body {
    background-color: #D5DDE5;
	background-image: url(hg_index.jpg);
	background-repeat: no-repeat;
	font-family: Georgia;
    font-size: 10pt;
    font-variant: small-caps;
    letter-spacing: 0.1em;
    line-height: 2em;
	}

td.index {
    text-align: center;
    vertical-align: middle;
    }
	
a:link { text-decoration:none; color:#59779B; }
a:visited { text-decoration:none; color:#59779B; }
a:hover { text-decoration:none;  color:#FFA201;}
a:active { text-decoration:none; color:#59779B; }