body {
	background-color: #E9ECED;
	color:#4D4137;
	font-family: Century Gothic, Trebuchet MS, Verdana, sans-serif;
}

table.master {
	width: 693px;
}

.backwards {
	unicode-bidi:bidi-override;
	direction: rtl;
}

p {
	margin: 0px;
}

a:link {
 	color: white;
	text-decoration: underline;
}

a:visited {
 	color: white;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a.menu:link {
 	color: #4D4137;
	text-decoration: none;
	font-size:15px;
}

a.menu:visited {
 	color: #4D4137;
	text-decoration: none;
	font-size:15px;
}

a.menu:hover {
	text-decoration: underline;
	font-size:15px;
}

a.thumb:link {
	text-decoration: none;
}

a.thumb:visited {
	text-decoration: none;
}

a.thumb:hover {
	text-decoration: none;
}

table.menu {
	border:3px double white;
}

td.menu {
	border-right:3px solid white;
}

td.menu:hover {
	background-color: white;
	cursor: pointer;
	text-decoration: underline;

}

select {
	border:1px solid black;
	background-color:#660000;
	color: white;
}

img.gal {
border:1px solid #332B24;
}