body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/blwhites.jpg);
	background-color: #c1ccd9;
	background-repeat: repeat;
	background-attachment: fixed;
}

body.leftside {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/sunsetleft.jpg);
	background-color: #2a263d;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #ffd3d3;
	font-weight: bold;
	scrollbar-face-color: #bb859d; 
	scrollbar-highlight-color: #baa3bd; 
	scrollbar-shadow-color: #2a263d; 
	scrollbar-3dlight-color: #baa3bd; 
	scrollbar-arrow-color: #2a263d; 
	scrollbar-track-color: #2a263d; 
	scrollbar-darkshadow-color: #000000;
}

body.nowatermark {
	background-image: url(../images/blwhite.jpg);
}

body.bottomside {
	background-image: url(../images/bottom.jpg);
	background-color: #2a263d;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

td.extra {
	font-weight: bold;
	color: #0060a0;
}

h2,h3,h4,h5,h6 {
	color: #0060a0;
}

h1 {
	text-align: center;
	color: #2a263d;
}

a:link {
	color: #b02040;
}

a:visited {
	color: #5050b0;
}

/* ====== Experimental!!!! ======
.noborder {
	margin: 0;
	border: none;
	padding: 0;
}

.nomargin {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	border: none;
}
================================= */


p.topleft {
	margin: 0px;
	text-align: left;
	bottom: 0px;
}

div#imghov a { text-align: center; }

div#imghov a:hover { color: yellow; }

.small {
	font-size: 60%;
}

div#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	margin: 0;
    text-align: center;
}

