BODY {
background-color: #f0f0f0;

}

H1, h1{
text-align:center;
font-size: 100%;
color: white;
background-color: black;
font-family: "sans-serif,arial,helvetica";
margin-top:0px;
}

A:Visited {
color: 0000FF;
}

A:Hover {  
color: FF0000; 
text-decoration: none;

}

/* ##### Gallery Navigation ##### */

#gallery_nav {
	border: 1px solid #CCCCCC;
	/* margin-top:20px; */
	/* margin-right:20px; */
	width: 100%;
}

#gallery_nav .logo {
	text-align: center;
	background-color:transparent;
	border-bottom: 1px solid #CCCCCC;
}


#gallery_nav h1 {
	font-size: 80%;
	font-weight: bold;
	text-align:center;
	color:white;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color:black;
}



#gallery_nav a {
	/* border: 1px dashed red; */
	border-bottom: 1px solid #CCCCCC;
	text-decoration:none;
	text-align:center;
	color:black;
	background: white;
	width:100%;
	float:left;
}

#gallery_nav a:hover {
	/* border: 1px dashed red; */
	background: #EEEEEE;
	color: black;
	
}