 
@font-face 
{
  font-family: lowres;
  src: url(lowres.TTF);
}

  body {
    background-color: #2a2536 ;
    color: #72f5b8;
    font-family: sans-serif;
    /*font-family: lowres;*/
    font-size: medium;
    padding: 0 5% 0 5%;
    margin: 2% auto 2% auto;
    max-width: 800px;
  }

  h1, h4, p {
    padding-left: 5%;
    padding-right: 5%;
  }

  h4 {
    color: #e8eb36;
  }

  .underline
  {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
  }

  #upperline
  {
    border-top: 1px solid #eee;
    padding-top: 5px;
  }
  
  a 
  {
   color:  #e8eb36;
  }

  a:hover,  a:active 
  {
    background: #e8eb36;
    color: #2a2536;
  }

  .text_center
  {
    text-align: center;
  }
  
  #title 
  {
    color: #72f5b8;
  }

  li 
  {
    list-style-type: square;
  }

  .game_title_img {
    width: 80%;
    padding-top: 10px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .game_title_text
  {    
    text-align: center;
    color:#72f5b8;
    text-shadow: 4px 4px rgb(17, 8, 43);
    font-size: 300%;
  }

  .site_title_text
  {
    text-align: center;
    color:#e8eb36;
    text-shadow: 4px 4px rgb(17, 8, 43);
    font-size: 400%;
  }

  .table_center
  {
    margin-left: auto;
    margin-right: auto;
  }

  .equal_divide tr td
  {
    width: 50%;
  }

  td
  {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text_bold
  {
    font-weight: bold;
  }

  .release_date
  {
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    text-shadow: 2px 2px rgb(17, 8, 43);
  }
  
  #footer{
   font-size: 10px; 
  }