body {
	background-color: #000000;
	text-align: center;
	margin: 0px;
	color: white;
	font-size: 8px;
}

#header {
    color: white;
    font-size: 24px;
    font-style: smallcaps;
}

#tm {
    color: white;
    font-size: 6px;
}

#normal {
    color: white;
    font-size: 12px;
}

#normal a:link {
    color: white;
}

#normal a:visited {
    color: white;
}

#nornal a:hover {
    color: red;
}