@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #4a3505;
}
body {
	background-color: #000;
	background-image: url(images/bg.jpg);
	margin-left: 100px;
	margin-top: 0px;
	background-repeat: no-repeat;
}
a:link {
	color: #600;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #710000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
.hdr {
	font-size: 18px;
	font-weight: bold;
}
.pix {
	border: 4px solid #FFF;
}
