﻿body, html {
	background-color:black;
	height:95%;
	width:95%;
	color:green;
	font-family: "Century Gothic"
}
img {
	border:1px black solid;
}
a, a:visited{
	color:green;
	text-decoration:none;
	border: 1px black solid;
	padding: 0px 3px;
}
a:hover span, a:active span{
	border: 1px lime dashed;
	color:lime;
}
a:hover img, a:active img{
	border: 1px lime dashed;
	color:lime;
}
.pageTitle {
	font-size:large;
}
.copyright {
	font-size:small;
}
.buttonWidth {
	width:75px;
}
.smallLogo {
	text-align:center;
}
.columnTitle {
	text-align:right;
}
.column {
	text-align:left;
}
.textbox {
	background-color:black;
	color:green;
	border:1px green solid;
	font-weight:bold;
}
.textboxlit {
	background-color:green;
	color:black;
	border:1px lime solid;
	font-weight:bold;
}