@font-face
{
    font-family: cool_font;
    src: url('Frazzle.eot');
    src: local(my_font), url('Frazzle.ttf') format('opentype');
}

body {
	background-color: black;
	color: white;
	text-align: center;
}

h1 {
	padding-top: 1em;
	font-family: cool_font;
	font-size: 2em;
}

/* TABLE */

table {
	align: center;
	text-align: center;
}

table a, table a:visited {
	text-decoration: none;
	margin-right: 1em;
	margin-left: 1em;
}

table a:hover, a:active {
	color: white;
}


/* ATTENDED */

#attended {
	color: #444444;
}

a, a:visited {
	color: #868686;
	text-decoration: none;
	margin-right: 1em;
	margin-left: 1em;
}

a:hover, a:active {
	color: white;
}
