/* basic elements */
body {
	font: 12pt/16pt georgia;
	color: #454743;
	background: #ffffff;
	margin: 0px;
	}
p {
	font: 12pt/16pt georgia;
	margin-top: 0px;
	text-align: justify;
	}
h1 {
	font: 22pt georgia;
        padding-top: 0px;
        padding-bottom: 0px;
        }

h2 {
        padding-top: 0px;
        padding-bottom: 0px;
	}

h3 {
	font: italic normal 12pt georgia;
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #7D775C;
	}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #454753;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #455743;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #000000;
	}

