body,td,th {
	font-family: Trebuchet MS;
	font-size: 12pt;
	color: #7f7f7f;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(../images/bg-1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.thumb img {border: 2px solid #7f7f7f;}
.thumb:hover img {border: 2px solid #ae342a;}
.thumb:hover {color:red;} /* Dummy definition to overcome IE bug */

.menu A:link{ color: #7f7f7f; text-decoration: none; }
.menu A:visited { color: #7f7f7f; text-decoration: none; }
.menu A:hover { color: #ae342a; text-decoration: underline; }
.menu A:active { color: #7f7f7f; text-decoration: none; }
