* {
	font-family: Serif;
	background-color: black;
	color: white;
}

a:link {
	color: blue;
}

a:visited {
	color: red;
}

a:hover {
	color: green;
}

ul.a {
	border: 1px;
	list-style-type: circle;
	list-style-position: inside;
}

table, th, td {
	border: 1px dotted white;
}

table {
	width: 25%;
}

