﻿body { 	
	background: black;
	margin: 0px;
	color: silver;
	font-family: Arial, Helvetica, sans-serif;
}

.content {
	background: url('../graphix/carbonFibreBack.png');
	border: thin silver solid;
	text-align: justify;
	padding: 20px;
	width: 75%;
}

.header {
	background: url('../graphix/headerBack.jpg');
	padding: 0px;
	width: 75%;
}

.menuBar {
	padding: 2px;
	padding-left: 20px;
	padding-right: 20px;
	width: 75%;
	display: block;
}

.pageHead {
	font-size: 16pt;
	border-bottom: thin silver ridge;
}

.sectionHead { 
	background: black;
	font-size: 14pt;
	text-align: center;
	border: thin #993333 solid;
	padding-left: 15px;
	padding-right: 15px;
}

.box {
	border-left: thin #993333 solid;
	padding-left: 15px;
	padding-right: 15px;
}

.gainsFinder {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: thin silver solid;
	padding: 10px;
	width: 50%; 
	visibility: visible;
	background: black;
	z-index: 2;
}

.footNote { 
	font-size: 8pt;
}

.footer {
	text-align: left;
	width: 75%;
}

a:link {
	color: gray;
	font-size: 14px;
}

a:active {
	color: gray;
	font-size: 14px;
}

a:hover {
	color: white;
	font-size: 14px;
}

a:visited {
	color: gray;
	font-size: 14px;
}

a:hover:visited {
	color: white;
	font-size: 14px;
}