.text {
	font-family: tahoma, Arial, Gneva, sans-serif;
	font-size:13px; 
	color: #65562d;
	text-decoration: none;
	line-height:13px
}
.text:hover {
	text-decoration: underline  ;
}
.link {
	font-family: tahoma, Arial, Gneva, sans-serif;
	font-size:13px; 
	color:#65562d;
	text-decoration:  underline;
	
}
.link:hover {
	text-decoration: none;
}

#menubar{
background-image: url(images/menubar-tile.jpg);
background-repeat: repeat-x;
height: 44px;
text-align: center;
color: #f2e7c7;
font-size: 15pt;
padding-top: 10px;
}

.navbar:link{
color: #f2e7c7;
text-decoration: none;
}

.navbar:visited{
color: #f2e7c7;
text-decoration: none;
}

.navbar:hover{
color: #988b63;
text-decoration: none;
}

h2{
color: #7C6A38;
font-size: 15pt;
font-weight: bold;
margin-top: 5px;
line-height: 15pt;}
