html {
	background-color: #333333;
	color: #eeeeee;
	font-family: monospace, monospace;
}

h1, h2, h3, h4, h5, h6 {
}

#everything {
	margin-left: 1em;
}

#content {
	margin-left: 1em;
}

.subdiv {
	margin-left: 1em;
}

.blue {
	color: #6c9eab;
}

.purple {
	color: #a172ab;
}

.red {
	color: #c75a66;
}

.green {
	color: #78b089;
}

.pink {
	color: #c2699b;
}

.t90 {
	font-size: 90%;
}

.t80 {
	font-size: 80%;
}

.t65 {
	font-size: 65%;
}

.t50 {
	font-size: 50%;
}

p.t80 {
	margin-top: .2em;
	margin-bottom: .2em;
	padding-top: .2em;
	padding-bottom: .2em;
}

.dt {
	color: #eeeeee;
}

a:link  {
	color: #eeeeee;
}

a:visited {
	color: #eeeeee;
}

a.blue:hover {
	color: #6c9eab;
}

a.blue:hover: {
	color: #6c9eab;
}

a.purple:hover {
        color: #a172ab;
}

a.purple:hover: {
        color: #a172ab;
}

ul {
	list-style-type: square;
}

li a {
	text-decoration: none;
}
