/* CSS Document */

/* General classes */
body {
	margin: 0px;
	padding: 10px;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
}

a {
  color: #ffff00;
  text-decoration: underline;
  font-size: 20px;
  font-weight: bold;
}

a:hover {
  color: #000;
  background-color: #fff;
  text-decoration: underline;
  font-size: 20px;
  font-weight: bold;
}

div.clear, span.clear, .clear {
  clear: both;
  float: none;
}

/* Page header */
div.pageTitle {
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
}

/* Page text container */
div.textContainer {
	width: 65%;
	float: left;
}

/* Page menu container */
div.menuContainer {
	width: 35%;
	float: left;
}
