@charset "utf-8";
body {
	background-color: #DFE3C8;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:170%;
	margin:0px;
}

a:link {color:#000; text-decoration:underline;}
a:visited {color:#000; text-decoration:underline;}
a:active {color:#000; text-decoration:underline;}
a:hover {color:#000; text-decoration:underline;}
a:visited:hover {color:#000; text-decoration:underline;}

h1 {font-size:22px; color:#99813B;}

.captions {font-size:12px;}

.footer {background-image:url(images/footer-bg.png); background-repeat:repeat-x; color:#FFFFFF;}

.credit {font-size:12px;}
.credit a:link {color:#000; text-decoration:underline;}
.credit a:visited {color:#000; text-decoration:underline;}
.credit a:active {color:#000; text-decoration:underline;}
.credit a:hover {color:#333; text-decoration:underline;}
.credit a:visited:hover {color:#333; text-decoration:underline;}