body {
	color : rgb(0,204,0);
	background-color : rgb(0,0,0);
}

h1 {
	font-size : 2em;
	}

h2 {
	font-size : 1.75em;
	}

h3 {
	font-size : 1.5em;
	}

h4 {
	font-size : 1.25em;
	}

h5 {
	font-size : 1em;
	}

h6 {
	font-size : 0.8em;
	}

a {
	color : rgb(51,255,51);
	font-weight : normal;
	text-decoration : none;
	border-left : none;
	border-right : none;
	border-top : none;
	border-bottom : dotted 1px;
	}

a:active {
	color : rgb(0,153,153);
	font-weight : normal;
	text-decoration : none;
	border-bottom : solid 1px;
	}

a:hover {
	font-weight : normal;
	text-decoration : none;
	border-left : dotted 1px;
	border-right : dotted 1px;
	border-top : dotted 1px;
	border-bottom : solid 1px;
	}

a:visited {
	color : rgb(0,153,102);
	font-weight : normal;
	text-decoration : none;
	border-left : dotted 1px;
	border-right : dotted 1px;
	border-top : dotted 1px;
	border-bottom : dotted 1px;
	}

.left {
	text-align : left;
	}

.right {
	text-align : right;
	}

.center {
	text-align : center;
	}

img {
	border-style : none;
	padding : 5px;
	}	

img.left_wrap {
	position : relative;
	float : left;
	}

img.right_wrap {
	position : relative;
	float : right;
	}

input.left_wrap {
	position : relative;
	float : left;
	}

input.right_wrap {
	position : relative;
	float : right;
	}

a.img {
	border-style : none;
	padding : 5px;
	}

fieldset {
	border-style : none;
	}

fieldset.left_wrap {
	position : relative;
	float : left;
	}

fieldset.right_wrap {
	position : relative;
	float : right;
	}

input {
	color : rgb(51,255,51);
	background-color : rgb(0,0,0);
	font-weight : normal;
	text-decoration : none;
	border-color : rgb(51,255,51);
	border-left : none;
	border-right : none;
	border-top : none;
	border-bottom : dotted 1px;
	}

input:active {
	color : rgb(0,153,153);
	background-color : rgb(0,0,0);
	font-weight : normal;
	text-decoration : none;
	border-color : rgb(0,153,153);
	border-bottom : solid 1px;
	}

input:hover {
	background-color : rgb(0,0,0);
	font-weight : normal;
	text-decoration : none;
	border-left : dotted 1px;
	border-right : dotted 1px;
	border-top : dotted 1px;
	border-bottom : solid 1px;
	}

input:visited {
	color : rgb(0,153,102);
	background-color : rgb(0,0,0);
	font-weight : normal;
	text-decoration : none;
	border-color : rgb(0,153,102);
	border-left : dotted 1px;
	border-right : dotted 1px;
	border-top : dotted 1px;
	border-bottom : dotted 1px;
	}

input.large {
	font-size : 1.25em;
	}