BODY {
	 MARGIN-TOP: 0px;
	 FONT-SIZE: 16px;
	 COLOR: #767171;
font-family: tahoma, Verdana, sans-serif;
	background-color: #f8f6f6;
}

TABLE
{ font-size: 1em;
}

.grey {
	background-color: #a9a0a0; /*internal square*/


}

.dark{
	background-color: #f6f5f5 /*background of data not entire page */
;}

h3{
	 font-weight: normal;
	 COLOR: #767171;
font-family: tahoma, Verdana, sans-serif;
	 }



h4{
	 font-weight: normal;
	 COLOR: #767171;
font-family: tahoma, Verdana, sans-serif;
	 }
	 


.gallery {
 border:1px solid white;
}







.underlinemenu{
font-weight: normal;

width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;

text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;

}

.underlinemenu ul li a{
color: white;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;

border-bottom: 2px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;

}


A.inbody:link {color: #767171; text-decoration: none; font-weight: normal; font-size:  16px;  font-family: tahoma, Verdana, sans-serif;}
A.inbody:visited {color: #767171; text-decoration: none; font-weight: normal; font-size:  16px;   font-family: tahoma, Verdana, sans-serif;}
A.inbody:hover {color: #095cd9; text-decoration: none;font-weight: normal;  font-size:  16x;  font-family: tahoma, Verdana, sans-serif;}
A.inbody:active {color: #767171; text-decoration: none; font-weight: normal;  font-size:  16px;  font-family: tahoma, Verdana, sans-serif;}







