@viewport{
    zoom: 1.0;
    width: device-width;
}

body {
  color: #FFFFFF;
  background-color: #000000;
  font-size: 1em;
  font-family: Arial, sans-serif;
}



h1 {
  font-size: 1.5em;
  color: #FFFF80;
  font-family: Arial, sans-serif;
}

h2 {
  font-size: 1.3em;
  color: #FFFF80;
  font-family: Arial, sans-serif;
}

h3 {
  font-size: 1.3em;
  color: #FFFF80;
  font-family: Arial, sans-serif;
}

h4 {
  font-size: 1.3em;
  color: #FFFF80;
  font-family: Arial, sans-serif;
}

a:link {
  color: #69ABC0;
  text-decoration: underline;

}

a:active {
  color: #69ABC0;
  text-decoration: underline;

}

a:visited {
  color: #FF80C0;
  text-decoration: underline;

}

a:hover {
  color: #FF8000;
  text-decoration: underline;

}

img {
  border: none;
}

pre {
  font-size: medium;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


b {
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}


br {
   clear: both;
}


img.floatLeft {
    float: left;
    margin: 0 15px 0 0;
    padding: 0px;

}
img.floatRight {
    float: right;
    margin: 0 15px 0 0;
    padding: 0px;
}

.yellow-text {
    color: #FFFF80;
    font-weight: bold;
    }