@charset "UTF-8";

body
{
  font-family       : verdana, arial, helvetica, sans-serif;
  font-size         : 10pt;
  background-color  : rgb( 25, 25, 25);
  color             : white;
}

div
{
  position          : fixed;
  left              : 0;
  right             : 0;
  top               : 2%;
  bottom            : 0;
  text-align        : center;
}

.soleimage
{
}

a:link
{
  color             : white;
}

a:visited
{
  color             : white;
}

a:hover
{
  color             : yellow;
}

img
{
  border            : 4px solid white;
  max-width         : 95%;
  max-height        : 95%;
  width             : auto;
  margin            : auto;
}

