/*
  The style is for Sogarman, the hand-coded 2D side-scroller game for Windows. 
*/
.segment {
  border: 1px solid #AAff00;
  border-top: 0px;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 0px;
  padding-left: 10px;
  text-align: left;
  padding-right: 10px;
  background-color: #0a3557;
  overflow: auto;
  }
 
.links_area {
  border-style: groove groove none;
  border-color: #777700;
  border-bottom: 1px solid #000000;
  font-family: Ariel bold;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 16pt;
  line-height: normal;
  text-align: center;
  position: static;
  background-color: #0a0ab4;
  width: 25em;
}

.game_area {
  border-width: 0px 4px 0px 4px;
  border-style: groove;
  border-color: #777700;
  font-family: Ariel bold;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 16pt;
  line-height: normal;
  text-align: center;
  color: lightgreen;
  background-color: #000039;
}

.indented {
  position: relative;
  left: 5%;
  text-align: left;
  width: 90%;
}

body {
  background: #0a0a04 url(background.JPG) repeat scroll 0% 50%;
  color: white;
}

blockquote {
  position: relative;
}

h1 {
  color: #AAff00;
  border-style: outset;
  border-color: #AA7700;
  border-bottom: 4px #AAff00;
  line-height: normal;
  font-family: Comic Sans MS;
  font-size: 20pt;
  font-weight: bolder;
  font-variant: normal;
  letter-spacing: 0.15em;
  text-align: center;
  text-decoration: underline;
  background-color: #000039;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 0px;
  overflow: auto;
}

p {
  text-indent: 0.2in;
}

p:first-letter {
  font-family: Times New Roman bold;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 16pt;
  line-height: normal;
  color: #AAff00;
}

a {
  text-decoration: none;
  font-weight: bold;
}

a:link {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

a.game_text:link {
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

a.game_text:visited {
  color: #777700;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #AAff00;
  background-color: black;
  text-decoration: none;
  border-bottom: 1px solid #AAff00;
  border-top: 1px solid #AAff00;
}

a:active {
  color: #ffffff;
  text-decoration: none;
}

.centered {
  text-align: center;
  overflow: auto;
}
