body {
	background-color: FfFFFF;
	font-family: Tahoma, verdana;
	color: dimgrey;
	font-size: 100%;
}
p{
	font-size: 80%;
}

h1 {
	color: dimgrey;
	font-size: 180%;
	font-weight: normal;
	border-bottom: 1px solid #008688;
	text-transform: lowercase;
}

h2 {
	color: dimgrey;
	font-weight: bold;
	font-size: 120%;
	margin-top: 5px;
	margin-bottom: 10px;
}

h3, h4 {
	color: dimgrey;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 100%;
}

h5, h6 {
	color: dimgrey;
}
.smalltext{
	font-size: 80%;
	text-transform: lowercase;
}

a:link{
	color: steelblue;
	text-decoration: none;
}	
a:visited{
	color: midnightblue;
	text-decoration: none;
}
a:hover{
	color: mediumslateblue;
	text-decoration: underline;
}
a:active{  color: mediumslateblue; }

/* Home page thumnails */
.homeback1{
background-image:  url("images/home1.jpg");
background-repeat: no-repeat;
}
.homeback2{
background-image:  url("images/home2.jpg");
background-repeat: no-repeat;
}
.homeback3{
background-image:  url("images/home3.jpg");
background-repeat: no-repeat;
}
.homeback4{
background-image:  url("images/home4.jpg");
background-repeat: no-repeat;
}
.homeback5{
background-image: url(images/home5.jpg);
background-repeat: no-repeat;
}
.homeback6{
background-image: url(images/home6.jpg);
background-repeat: no-repeat;
}
ul{
	font-size: 75%;
	line-height: 130%;
}
.footer{
	color: dimgrey;
}

.exhib1{
background-image:  url("images/exhib1.jpg");
background-repeat: no-repeat;
}
.exhib2{
background-image:  url("images/exhib2.jpg");
background-repeat: no-repeat;
}
.exhib3{
background-image:  url("images/exhib3.jpg");
background-repeat: no-repeat;
}
