@charset "UTF-8";
/* CSS Document */
/*this takes off the horizontal scroll bar*/
#text {
	width: 640px;
	overflow: visible;
}


.plaque1 {
	width: 240px;
	height: 150px;
	background-image: url(images/plaque1.gif);
	background-repeat: no-repeat;
}

a {
	color: #3f5b2a;
	text-decoration: none;
	}
a:hover {
	color: #afa681;
	text-decoration: underline;
	}

 
 /*this creates the smaller font for the internal navigation for the internal pages*/
a.inside:link, a.inside:visited {
	/*font-size: 16px;*/
	line-height: 20px;
	font-weight: lighter;
	font-size: 18px;
}

a.inside:hover {
	line-height: 22px;
	font-weight: lighter;
	font-size: 20px;
}

h1 {
	font-family: "Courier New" Courier, monospace;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #3f5b2a;
	}
	
/*titles for pages*/	

.style2 {
	font-family: "Courier New", Courier, monospace; 
	font-size: 16px;
 }
 

