body {
    background-color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;
}

p, table, h1, h2, span {
	font-family: Tahoma, Arial, sans-serif, Helvetica;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: black;
	word-spacing: normal;
}



.headings {
	color: white;
	font-weight: bold;
	background-color: black;
	font-size: 13px;
}

.Menu, .MenuOver {
	text-align: left;
	font-size: 13px;
	color: white;
	font-weight: bold;
	height: 35px;
	padding-left: 25px;
	padding-bottom: 0px;
	vertical-align: middle; 
	background: url(images/button.jpg);
	cursor: pointer;
	cursor: hand;
}

.MenuOver {
	padding-left: 30px;
	padding-bottom: 5px;
	color: #B6CFE3;
}

.box {
	color: white;
}

.gallery{
	padding-left: 10px;
	padding-bottom: 10px;
}

.gallery2{
	padding-left: 20px;
	padding-bottom: 30px;
}

a.footer:link, a.footer:visited {
	color: white;
	text-decoration: none;
}

a.footer:hover {
	color: red;	
	text-decoration: none;
}


a.box:link, a.box:visited {
	color: white;
	text-decoration: underline;
}

a.box:hover {
	color: red;	
	text-decoration: underline;
}

a.text:link, a.text:visited {
	color: black;
	text-decoration: underline;
}

a.text:hover {
	color: red;	
	text-decoration: underline;
}