﻿html 
{
  height: 96%;
  width: 99%;
}
body
{
  height: 96%;
  width: 99%;
  background-color: Black;
  color: White;
  font-family: 'Trebuchet MS', Verdana, 'Courier New' , Monospace;
  font-size: medium;
  font-weight: normal;
  font-style: normal;
}
a.MyHyperLink {
  border-bottom: 1px dotted Aqua;
  text-decoration: none;
  color: Aqua;
}

a.MyHyperLink2
{
  border-bottom: 1px dotted Blue;
  text-decoration: none;
  color: Blue;
}

.updateProgress
{
  position: absolute;
  background-color: #FFFFFF;
  filter: alpha(opacity=40);
  mozopacity: 0.40;
  opacity: 0.40;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
.updateProgress div
{
  border: 1px solid #000000;
  background-color: white;
  padding: 5px;
  position: absolute;
  top: 45%;
  left: 50%;
}


