
body {
background-color: #161633;
color: #fff;
font-family: Arial;
text-align: center;
	
}
pre {
	background-color: #dfdfdf;
}
#banner {
  text-align: center;
  font-size: 72px;
  font-family: Lucida Console;
  line-height: 2;
  letter-spacing: 21.1px;
  font-style: normal;
}

#linkbar {
	text-align: center;
	/*border: 1px solid;*/
	padding-bottom: 5px;
	padding-top: 2px;
	
}

#content {
	width: 75%;
	margin: auto;
}

a {color: lime}
a:visited { color: #009300; }
a:active { color: #96ff96;}
#banner {color: aquamarine;}
h2 {text-align: left; margin-left: 25px;background-color:#212162;color: orange;}
