@charset "UTF-8";

.gallery {
	background-color: #839973;
	border: medium solid #505F46;
}
#LinkInfo {
	width:644px;
	height:auto;
	background-color: #505F46;
	margin: 0 auto;
	margin-top: 290px;
	margin-right: 58px;
	text-align: center;
	padding: 5px 0 5px 0;
	border: solid #000000 5px;
}
#LinkInfo h1 {
	color: #FFF4C8;
	font-size: 26px;
	margin: 0;
	font-style: italic;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
#LinkInfo p {
	font-size: 16px;
	text-align: center;
}
#wrapper #LinkInfo #LinksTable {
	font-size: 14px;
	background-image: url(../images/siteTexture.jpg);
	border: thick solid #505F46;
	border-collapse: collapse;
}
#wrapper #LinkInfo #LinksTable a {
	text-decoration: none;
	color: #505F46;
}
tr.odd {
	color: #505F46;
	text-align: center;
	font-size: 14px;
}
tr.even {
	background-color: #505F46;
	font-size: 2px;
}

