@charset "utf-8";
/* CSS Document */

/* Head */
p#topleft {
	text-align:right;
}

/* Body */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#333;
}
.white {
	background-color:white
}
.topmenu {
	text-align:center;
	font-weight:bold;
}
p#menu {
	position:relative;
	top:-15px;
}
p#menu a:hover {
	text-decoration:underline
}
a {
	text-decoration:none
}
.subtitle {
	font-weight: bold;
	font-size: large;
	font-family: "Lucida Console", Monaco, monospace;
	color: #666;
	text-align: center;
}
.bold {
	font-weight:bold;
}
.center {
	text-align:center
}

/* Footer */
.footer {
	text-align: center;
	font-size: x-small;
}