body {
  background-color: #fff;
  color: black;
  font-size: 12px;
  font-family:"Times New Roman",Georgia,Serif;
  margin: 0 auto;
  width: 960px;
  padding: 30px;
  text-align: left; 
  line-height: 25px;
}
  
h1 {
  font-size: 240%;
  margin-bottom: -.5em; }
h2, p, ul, code {
  margin-bottom: 1em; }
h2 a {
  color: #fff; }
h3 {
  font-size: 140%;
  margin-bottom: .4em; }
ul {
  margin: 0px; 
  padding: 0em; 
}
ul li {
	margin: 0px; 
	padding-top: 0px;
    list-style-type: none; 
    padding-bottom: 10px; 
  }
a {
 text-decoration: underline;
 color: #000;
 cursor: pointer;  
  }
code {
  margin-left: 1em;
  padding: .5em;
  display: block;
}
code, .code {
  background-color: #0C717A;
  color: #fff;
  font-size: 85%;
  font-family: courier, monospace; }
  code a, .code a {
    color: #fff; }
.copyright {
  font-family: verdana, sans-serif;
  font-size: 75%;
  margin-top: 8em; }
  .copyright span {
    color: #8ADEE2; }
.download h4 {
  font-size: 120%;
  margin-top: -.5em;
  color: #8ADEE2; }
.twoot {
  padding-top: 3em; }

.top-line {
	width: 960px;
	height: 1px;
	background-color: #e5e5e5;
}
#logo {
	text-align: right; 
	padding-top: 70px; 
	padding-right: 10px; 
	padding-bottom: 30px; 
	margin-top: 30px; 
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-size: 40px; 
	color: #000;		
} 


#content {
	margin-top: 30px; 
	padding-top: 15px; 
	border-top: 1px solid #000;	
}

#content h3{
	border-top: 1px solid #e5e5e5;	
	padding-top: 5px;

}
