a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

body {
	background-color: #495B5B;
	background-image: url(bg.jpg);
	scrollbar-3dlight-color: #798484;
	scrollbar-arrow-color: #B3B8B8;
	scrollbar-base-color: #798484;
	scrollbar-darkshadow-color: #798484;
	scrollbar-face-color: #495B5B;
	scrollbar-highlight-color: #798484;
	scrollbar-shadow-color: #798484;
	scrollbar-track-color: #798484;
	text-align: center;
}

h1{
	color: #798484;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	text-align: center;
}

h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

html,body {
	border: none;
	height: 100%;
	margin: 0;
	padding: 0;
}

.fullheight {
	height: 100%;
	scrollbar-shadow-color: #495B5B;
}

#content {
	height: 200px;
	left: 100px;
	overflow: hidden;
	position: absolute;
	top: 50px;
	visibility: hidden;
	width: 400px;
	z-index: 1;
}
