body 
{ 
  background: #333 url(background.jpg) repeat-x top left; 
  margin-top: 5px;
  margin-bottom: 2px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 1px;
  padding-right: 1px;
  font-family: Verdana, Arial, "MS Sans Serif", sans-serif;
  color: white;
  font-size: 10px;
}

H1.header{
  font-size: 1.5em;
  color: white;
  margin-top:1px;
  margin-bottom:2px;
  color: #ccc;
  line-height: 2em;
}

TABLE {
	border: 2px;
	border-color: #fff;
	background-color: black;
}

TD {
	border: 0px;
	font-size: 11px;
	line-height: 1.4em
}

#table{
	width: 860px;
}

#content img {
	margin: 2px;
	padding: 2px;
	border: solid 1px #333;	
}

TABLE.nav{
  border-bottom: 2px white;
  font-size: 14px;
  height: 30px;
  padding: 0px;
}

TABLE.nav TR {
	padding: 0px;
	border: 0px;
}
TABLE.nav TD {
	  border-left: 0px solid #222;
	  border-bottom: 1px solid #222;
	  border-top: 1px solid #222;
	  border-right: 0px solid #222;
	  background: #444 url(nav.jpg) repeat-x; 
	  width: 50px;
	  text-align: center;
}

a:link {
		color:#ccc;
		text-decoration: none;
}
		
a:visited {
		color:#ccc;
		text-decoration: none;
}
		
a:active {
		color:#ccc;
		text-decoration:none;
}
		
a:hover {
		color:white; 
		text-decoration: none;
}  
