body {
margin: 0 0 10 0;
background: #000000 url(blacksquare.gif) repeat;
text-align: center;
}

#container  {
position: relative;
width: 100%;
left: 0px;
right: 0px;
padding: 0px;
margin: 10px 10px 10px 10px;
background-color: #800000;
color: #333;
border: 1px solid #ffffff;
text-align: center;
}


#black  {
	padding: .2em;
	margin: 0px;
	background-color: #000000;
	color: #fff;
	font: .6em arial;
	text-align: center;	
	}

#white {
	padding: .1em;
	margin: 0px;
	background-color: #ffffff;
	color: #000000;
	font: .6em arial;
	text-align: center;	
	}

#content  {
position: relative;
width: 100%;
background-color: #800000;
color: #fff;
font: .9em arial;
}

a.links:link {
 color: white;
 text-decoration: underline;
}

a.links:active {
 color: white;
 text-decoration: underline overline;
}
a.links:visited {
 color: white;
 text-decoration: none;
}

a.links:hover {
 color: white;
 text-decoration: underline overline;
} 

#footer  {
padding: .1em;
width: 100%;
background-color: #000000;
color: #ffffff;
border-top: 1px solid #ffffff;
font: .6em arial;
text-align: center;
}
