/* basic elements */
body {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #CCCC99;
	font-size: 12px;
	}

h1 {
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #336699;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-style: italic;
	}

h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	color:#990033;
	font-size:18px;
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #006666;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #006666;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #999966;
	}


/* specific styles */

.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #996600;
	font-style: italic;
	}
.address {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-top-width: thin;
	border-top-color: #CC9900;
	border-top-style: groove;
	}

.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	color:#990033;
	}

.story {
	font-family:"Trebuchet MS";
	font-size: large;
	}

.note {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color:#999966;
	}
	
.summary {
	margin: 20px 20px 20px 10px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #CC9966;
	font-style: italic;
	}

.border {
	margin-top: 20px;
	margin-bottom: 20px;
	}

.footer { 
	text-align: center; 
	}
.footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}
