body { 
background: #000;
}

a {
  color:dodgerblue;
  text-decoration:none; }

a:hover {
  color:#babda3;
  text-decoration:none; }
  
.content {
	margin: 0 auto;
	padding: 10%;
	width: 80%;
     }

h1 { 
font-size: 2.4em; padding-bottom: 1em; font-weight:normal; font-family: verdana, arial, sans-serif;  color:#555; line-height:1.5em; letter-spacing: .1em;
}

h2  { 
font-size: 1.8em; padding-top: 1em; padding-bottom:0.5em; font-weight:normal; font-family: verdana, arial, sans-serif;  color:#555; line-height:1.5em; letter-spacing: .1em;
}

p,li { 
font-size: 1em; font-family: verdana, arial, sans-serif;  color: #cccccc; line-height: 1.5em;
}

#navigation {
position: absolute; left: 10px; top: 7px;
}

#cb { 
font-size:1.5em;
}

#dv {
color: #666666;
}

#surtitle {
font-weight: bold; letter-spacing: .1em; margin-top: 9em; margin-bottom: 3em;
}

hr { border: none; background-color: #333333; color: #c0c0c0; height: 1px; width: 95%; margin-left: 0em; }

.content { padding:10%; }