@import url(https://fonts.googleapis.com/css?family=Inconsolata);
@import url(https://fonts.googleapis.com/css?family=Karla);

body { 
  background: #000000;
  color: #330000; 
   font-family: 'inconsolata',monospace;
}  text-align: center;
}

h1 { 
  color: #ffffff; 
  font-family: Karla, sans-serif; 
  text-align: center;
}
a {
  text-decoration: none;
  color: #ffffff;
}

p {
	color: #ffffff;
  font-size: 1.2em;
}

table {
  margin-left: auto;
  margin-right: auto;
}

/* This is used inside the visible header of each page*/
#guide {
  width: 730px;
  font-size: 14px;
  color: #000;
  text-shadow: 1px 1px 1px #fff;
  background: #c0c0c0;
  letter-spacing: 1px;
  padding: 6px;
  -moz-box-shadow: 2px 3px 3px #aaa;
  -webkit-box-shadow: 3px 4px 4px #aaa;
  border: 1px #cdcdcd solid;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border: 1px solid #aaa;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

#header {
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding-bottom: 20px;
} 

#wrapper {  
  min-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

#content {
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  color: #000000;
}

#footer { 
  color: #000000; 
  font-size: .60em; 
  font-style: italic; 
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

#footer a:link {
  color: #ffffff;
}

#footer a:visited {
  color: #f2eab7;
}

#footer a:hover {
  color: #330000;
}