/* CSS Document */

body {
	background-color: #000000;
	background-image: url(../pictures/bg.gif);
	background-repeat: repeat;
}
body,td,th {
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
.navlink {
	text-decoration: none;
	font-weight: bold;
}
a.navlink:hover {
	text-decoration: underline;
}
.scroll{
	scrollbar-face-color:#a44811;
	scrollbar-track-color:#b45520;
	scrollbar-arrow-color:#000000;
	scrollbar-dark-shadow-color:#9b4008;
	scrollbar-3dlight-color:#c2612a;
	padding: 4px;
	line-height: 20px;
}
