
body {
    font: 75% georgia, sans-serif;
    line-height: 1.88889;
    color: #000
    margin: 0;
    padding: 0;
    }
p {
    margin-top: 0;
    text-align: center;
	color:#000;
    }
h3 {
    font: italic normal 1.4em georgia, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #7D775C;
    }
a:link {
    font-weight: bold;
    text-decoration: none;
	color:#333;
    
    }
a:visited {
    font-weight: bold;
    text-decoration: none;
	color:#009;
    }
a:hover, a:active {
    text-decoration: underline;
	color:#000;
    
    }
acronym {
    border-bottom: none;
    }

.accesskey {
    text-decoration: underline;
    }