body {
	background-color: #000;	
	color: orange;
	font-family: monospace;
	margin: 0;
	padding: 0;
	}

a {
	color: orange;
	text-decoration: underline;
	}

a:hover {
	color: #F00;
	text-decoration: none;
	}

#footer {
	margin-left: 125px;
	margin-top: 22em;
	text-align: center;
	}

#left {
	float: left;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 100px;
	}

#left a img { border: 0; }

#nav {
	text-align: center;
	}

#nav a {
	text-decoration: none;
	}

#nav a:hover {
	}

#nav li {
	display: inline;
	list-style-type: none;
	padding: .3em 1em;
	}

#outer {
	width: 100%;
	margin: auto;
	padding: 0px;
	}

#page {
	border: 1px dashed;
	float: left;
	margin: 10px 100px 0 150px;
	padding: 0.5em;
	}

#right {
	float: right;
	margin-right: 10px;
	right: 0;
	top: 0;
	height: 44px;
	width: 73px;
	}

#right input {
	color: #0f0;
	font: inherit;
	}

.quote {
	font-style: italic;
	}
#GAF_projects_horizontal a:hover,#GAF_projects_horizontal a:active{
	color:#f00;
}

