html {
	border: 0.8em solid rgb(250,210,80);
}

body {
	margin: 0.5em 2em 0.5em 2em;
	background: rgb(0,0,0);
	color: rgb(255,255,255);
	font-family: Courier New, Courier, Mono;
}

img {
	border: none;
}

#intro {
	font-size: 1.2em;
}

.signed {
	font-style: italic;
}

a:link {
	color: rgb(255,255,255);
	font-family: arial, helvetica;
	font-size: 1.5em;
}

a:visited {
	color: rgb(255,255,255);
	font-family: arial, helvetica;
	font-size: 1.5em;
}

a:hover {
	color: rgb(255,255,255);
	font-family: arial, helvetica;
	font-size: 1.5em;
}


