* {
        font-family : "Georgia", "Times New Roman", serif;
	font-size : 11pt;
        color: #000000;
}

html, body {
        margin: 0;
        padding: 0;
	background-image: url(background.gif);
        background-color: #fdfba5;
        scrollbar-base-color: #006F00;
}

H1  {
	font-family : Albertus, Arial, Helvetica, sans-serif;
	font-size : x-large;
	font-weight : bold;
	color : #006F00;
}
H2, .heading2  {
        font-family :  Albertus, Arial, Helvetica, sans-serif;
        font-size : large;
        font-weight : bold;
	color : #006F00;
}
H3, .heading3  {
	font-family : Albertus, Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
	color : #006F00;
}

/* Links */
a:link, a:visited {
        color: #D47902;
}
a:hover, a:active {
        color: #D47902;
}

/* Remove the space at the top of ul and ol */
ul.compact, ol.compact {
	margin-top: 2px;
}

.photo_border {
        border: 1px solid green;
}
