.hr 
{ 
border: 0;
color: #000000;
background-color: #000000;
height: 4px;
width: 98%;
text-align: center;

}
.heading
{
font-weight:bold;
font-size:35px;
text-align:center;
text-decoration:none;

}

A
{
text-decoration:none;
font-size:15px;
display:inline-block;


}
A:hover {font-size:24; font-weight:bold; color: red;
border-bottom: 1px dotted #333;
}

.center
{ 
margin-left: auto;
margin-right: auto;

text-align: left;
/*background-color: white;*/
 
}

.border
{ 
margin-left: auto;
margin-right: auto;
margin-top:0px;
margin-bottom:0px;
width:975px;
height:100%;
text-align: left;
background-color: white;
/*border: 2px solid #ADD8E6;*/
border: 4px solid #F5F6CE;
/*border-color: #000000 #00ff00 #0000ff rgb(250,0,255)*/
/*border-top: none;*/
}

body {
  background-color: #FBFBEF;
  /*background-image: url("http://westfaycoc.org/images/pagebg.jpg");
  background-position: 100% 100%;
  background-repeat: repeat;*/
}
img{
	border: 15px solid #FBFBEF; /* #def */
	background: #aaa;
	padding: 1px;
}
.image{
       border: none;
 	padding: 0px;


}
 
.hoverpic {
z-index: 2;
width: 134px; /* width of thumbnail picture */
height:150px; /* height of thumbnail picture */
}
 
a:hover.hoverpic 
{
z-index:10;
width: 800px; /* width of zoomed picture */
height: 250px; /* height of zoomed picture */
position: absolute;
}
.footer {
background-color: #F5F6CE;

}

