@charset "utf-8";
/* CSS Document */

<style type="text/css">
body{
}
body {
	color: white;
	background-color: black;
	text-align: left;
}
a:link {
	color: #99CCFF;
	text-decoration: none;
}
a:visited {
	color: #CCCC00;
	text-decoration: none;
}
.bann{
	font-size: 2.5ex;
	text-decoration: underline;
}
.small{
	font-size: 1.5ex;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.topics {
	font-size: larger;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.centerText {
	text-align: center;
}
</style>
