body {margin: 0;
	padding: 0;
	overflow: auto;
	background: white;
	font-family: georgia, 'times new roman';
	cursor: default;
	scrollbar-base-color: white;
	scrollbar-face-color: white;
	scrollbar-track-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-shadow-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-arrow-color: #993130;}

.content {background-image: url(images/background.jpg);
	padding: 10px 40px 10px 40px;
	font-size: 8pt;
	color: white;
	letter-spacing: 1px;}

a {color: #D45252;
	background-color: black;
	text-decoration: none;}

a:hover {color: white;
	background-color: black;
	text-decoration: none;
	cursor: crosshair;}

.header {font-size: 12pt;
	color: white;
	letter-spacing: 1px;}

.footer {padding-top: 10px;
	text-align: center;
	letter-spacing: 1px;
	word-spacing: 5px;}

.strong {color: #E4A8A8;}

input, textarea, select {font-family: georgia, 'times new roman';
	background-color: black;
	color: white;
	letter-spacing: 1px;
	border: 1px solid white;}

table, tr, td {font-size: 8pt;
	color: white;
	letter-spacing: 1px;}