body {
  background : #000000;
  scrollbar-base-color: black;
  font-family : Verdana,sans-serif;
  color : white;
  margin : 0;
}

.borderimage{
  border:3px solid #ff0000;
}

a.normal{
  font: bold 9pt;
  text-decoration:none;
}

a.normal:link {
  color: #f9ff56;
}

a.normal:visited {
  color: #f9ff56;
}

a.normal:hover {
  color: #0ff0f0;
  text-decoration:underline;
}

a.textgallery{
  font: bold 10pt;
  text-decoration:none;
}

a.textgallery:link {
  color: #f9ff56;
}

a.textgallery:visited {
  color: #f9ff56;
}

a.textgallery:hover {
  color: #0ff0f0;
  text-decoration:underline;
}

