/*
 * General stylesheet
 * (c) Jo Fairhead: November 2003
 */

/* Basics: */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,caption,table,th,tr,td {
	font-family: Verdana, Arial, sans-serif;
}
body {
	font-size: 70%;
	color: #A09B94;
	background-color: black;
	scrollbar-face-color: #34393C;
	scrollbar-arrow-color: black;
	scrollbar-track-color: black;
	scrollbar-shadow-color: black;
	scrollbar-highlight-color: black;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: black;
}

/* Links: */
a:link {
	color: #A09B94;
	background-color: black;
	text-decoration: none;
}
a:visited {
	color: #A09B94;
	background-color: black;
	text-decoration: none;
}
a:active {
	color: #A09B94;
	background-color: black;
	text-decoration: none;
}
a:hover {
	color: #0C183E;
	background-color: #A09B94;
	text-decoration: none;
}

/* Generic classes: */
.centred {
	text-align: center;
	vertical-align: middle;
	font-size: 70%;
}
.txt {
	text-align: center;
	color: #0C183E;
	background-color: #A09B94;
	vertical-align: middle;
	font-size: 70%;
}
/* Form elements: */
.form-box-with-border {
    color: #A09B94;
    background-color: black;
    border-left: 1px dashed;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    border-right: 1px dashed;
}
.form-box-without-border {
    color: #A09B94;
    background: black;
    border: none;
}


