/* LoGH Info Center */
/* Common Elements */

body {
 color: white;
 background-color: black;
 background-image: url("images/starfld.gif");
 font-family: "Segoe UI", "Tahoma", Helvetica, sans-serif;
}

.debug {
 color: yellow;
 background-color: black;
 font-family: "Terminal", "Fixedsys", "Courier New", Courier, monospace;
 padding: 16px;
}

.main_logo {
 image: url("images/loghi901.gif");
 color: white;
}

.status {
 font-family: 'Roboto Condensed', Arial, sans-serif;
 text-align: center;
}

.news_item {
 font-family: 'Roboto Condensed', Arial, sans-serif;
 color: #F0F0E0;
}

.divider {
 color: yellow;
 font-size: 4px;
 font-weight: bold;
 margin-bottom: .5em;
}

h1 {
 color: yellow;
 text-align: center;
 letter-spacing: 0.4em;
 font-size: 24px;
 text-transform: uppercase;
 font-family: Copperplate, "Copperplate Gothic Light", fantasy;
}

h2 {
 color: yellow;
 text-align: left;
 letter-spacing: 0.4em;
 font-size: 22px;
 text-transform: uppercase;
 text-decoration: underline;
}

blockquote {
 margin-top: -1em;
}

small {
  margin-top: 100px;
  background-color: black;
  color: #D0D0D0;
  font-size: 8px;
  text-align: left;
}

a:link {
 margin-top: -1em;
 color: #E0E010;
 text-decoration: underline;
 text-transform: uppercase;
 font-weight: bold;
 margin-bottom: 1em;
}

a:active {
 margin-top: -1em;
 color: #FFFF00;
 text-decoration: underline;
 text-transform: uppercase;
 font-weight: bold;
 margin-bottom: 1em;
}

a:hover {
 margin-top: -1em;
 background-color: #404000;
 color: #FFFF60;
 text-decoration: underline;
 text-transform: uppercase;
 font-weight: bold;
 margin-bottom: 1em;
}

a:visited {
 margin-top: -1em;
 color: #D0D010;
 text-decoration: underline;
 text-transform: uppercase;
 font-weight: bold;
 margin-bottom: 1em;
}

.footer {
  margin-top: 200px;
  background-color: black;
  color: white;
  font-size: 8px;
  text-align: left;
}


