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

.blue {
	color: #6c9eab;
}

.purple {
	color: #ba84d1;
}

.red {
	color: #cc7a7e;
}

.pink {
	color: #cc7ac2;
}

.t90 {
	font-size: 90%;
}

.t80 {
	font-size: 80%;
}

.t65 {
	font-size: 65%;
}

a:link  {
	color: #eeeeee;
}

a:visited {
	color: #eeeeee;
}

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

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

ul {
	list-style-type: square;
}

li a {
	text-decoration: none;
}
