body {
	background-color : rgb(0,0,0);
	font-family:sans-serif;
	font-size:14px;
}

.title	{
	margin-top:1em;
	margin-left:7em;
	padding:0em;
}

h1 {
	color: red;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:36px;
}

h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}

.red {
	color:#FF0000;
} 

/*
 * This ensures that text in paragraphs doesn't
 * stretch right across the screen. This only works
 * in more advanced browsers.
 */

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


ul.menu {
	list-style:none;
	margin:0px;
}

ul.menu li {
	display:inline;
}

.menu {
	text-align : center;
	background-color : rgb(255,255,255);
	border : thin solid rgb(255,0,0);
	font-weight : bold;
	position : absolute;
	top : 7em;
	left : 5px;
	width : 13em;
	z-index : 1;
 	padding : 0.5em;
	margin-bottom : 1em;
	line-height:20px;
}

.menu .delimiter {
	display : none;
}

.menu a {
	color : rgb(0,0,0);
	background-color : inherit;
	display : block;
}

.menu a:hover {
	color : rgb(255,0,0);
	background-color : transparent;
	text-decoration:none;
}


.menu strong {
	font-size : large;
}

.pointstreak {
	position : absolute;
	background-color : rgb(0,0,0);
	top : 19em;
	left : 5px;
	z-index : 1;
}

.pointstreak img{
	border: 0;
}

.other {
	text-align : center;
	background-color : rgb(0,0,0);
	color : rgb(255,255,255);
	font-size : 12px;
	font-family:"Courier New", Courier, mono;
	position : absolute;
	top : 30em;
	left : 5px;
	width : 15em;
	z-index : 1;
	padding : 0.5em;
}

.ootherLeft {
	text-align : center;
	background-image : url();
	border : thin solid rgb(255,0,0);
	background-color : rgb(255,255,255);
	color : rgb(0,0,0);
	font-weight : bold;
	padding : 0.5em;
	margin-bottom : 0.5em;
	position : absolute;
	bottom : 5em;
	right : 5px;
	width : 10em;
	z-index : 1;
	padding : 0em;
}

.contentText {
	color : rgb(0,0,0);
	background-color : rgb(255,255,255);
	border : thin solid rgb(255,0,0);
	position : absolute;
	top : 7em;
	right : 3em;
	z-index : 2;
	padding : 1em;
	left : 16em;
}

.footer {
	background-image : url();
}

.footer a:link {
	color: rgb(0,0,0);
	background-color:transparent;
}

