html, body {
		color: #fff; 
		background-color: #000;
		font-family: "Helvetica","Arial","Verdana";
		font-size: .95em;
		background: #000 url('flare.jpg') no-repeat 0 0;
		}

.header {
		border-style: solid;
		border-width: 1px;
		border-color: #929292;
		text-align: center;
		font-size: 28pt;
		font-family: "Trebuchet MS", "Arial", "Sans-Serif";
		}
		
h1 {
		text-align: center;
		font-size: 24pt;
		font-family: "Trebuchet MS", "Arial", "Sans-Serif";
		}

h2 {
		border-style: none;
		border-bottom-style: solid;
		border-width: 1px;
		border-color: #929292;
		font-size: 20pt;
		font-family: "Trebuchet MS", "Arial", "Sans-Serif";
		}

textarea{
	background-color: black;
	color: white;
}
		
.nocss {
		display: none;
		}

.content {
		position: absolute;
		left: 17%;
		width: 68%;
		right: 15%;
		top: auto;
		}
		
.layout, .up {
		font-size: 9.5pt;
		width: 15%;
		border-style: none;
		border-right-style: solid;
		border-width: 1px;
		border-color: #929292;
		font: 12px Helvetica;
	}
	.right_nav {
		position: absolute;
		left: 85%;
		right: 0px;	
		top: 60px;
	}
a.boring:link {
	text-decoration: none; 
	color: #ADD8E6;
}
a.boring:active {
	text-decoration: none; 
	color: #ADD8E6;
}
a.boring:visited {
	text-decoration: none; 
	color: #ADD8E6;
}
a.boring:hover {
	text-decoration: underline; 
	color: #ADD8E6;
}

a:link {
	text-decoration: underline; 
	color: #CDD421;
}
a:visited {
	text-decoration: underline;
	color: #DFD;	
}
a:active {
	text-decoration: underline; 
	color: #C00000;
}
a:hover {
	text-decoration: underline; 
}

.up, .right_up {
		font-size: 12pt;
		margin-top: 10px;
		padding-bottom: 5px;
		border-top-style: solid;

		}

img {
	border:none;
}
