body {
	background-color: black;
}
a {
	text-shadow: 0px 1px rgba(125,125,125,1);
	color: #1E1E1E;
	text-decoration: none;
}
 

#navTd {
	font-size: 24px;
	font-family: "Lucida Grande", sans-serif;
	color: #1E1E1E;
	text-shadow: 0px 1px rgba(125,125,125,1);
	text-decoration: none;
	text-align: center;

}

a:hover {
	color: #5C0900;
}

#navLinks {
	position: relative;
	z-index:10;
	top:-57px;
	width:100%;
	left: 0px;	
}
 

 

#theArchive, #theAbout, #theDocs{
	position: relative;
	text-align: left;
	text-shadow: 0px 1px rgba(125,125,125,1);
	color: #1E1E1E;
	font-size: 36px;
	font-family: "Lucida Grande", sans-serif;
	width:1030px;
	left: 130px;	
}

#centerImageDiv {
	position: relative;
} 

#deviceImageScreenshotDiv {
	position: relative;
	top:  -579;
	left: 0;
}
 
 
td.td1 {
  	text-align: right;
  	padding-left: 100px;

} 

td.td2 {
  	text-align: left;
}

li {
  	text-align: left;
}
td.td3 {
  	text-align: center;
  	font-size: 20px;
	padding-top: 25px;
 	
}
    
td.td4 {
    width: 434.0px; height: 13.0px; 
  	text-align: center;
  	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba(66,66,66,0.31);
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
}

th {
 	padding: 20px;
	text-shadow: 0px 1px rgba(125,125,125,1);
	font-size: 22px;
	color: #1E1E1E;
	font-family: "Lucida Grande",sans-serif;
	background-color: rgba(66,66,66,0.31);
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
}

