body
{
  background-color: #003333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: normal;
  color: #FFFFFF;
}

img
{
  border-style: none;
}

a:link, a:visited
{
  color: #FFFF66;
  text-decoration: none;
}

a:hover
{
  color: #FFFF33;
  font-weight: bold;
}

#topNav
{
  position: fixed;
  width: 100%;
  height: 10%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 2;
  font-size: 14px;
  text-align: center;
}

#main
{
  position: absolute;
  overflow: auto;
  width: 100%;
  height: 80%;
  top: 10%;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 0;
}

#baseNav
{
  position: fixed;
  width: 100%;
  height: 10%;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
  font-size: 14px;
  text-align: center;
}

#topNav_link1
{
  position: absolute;
  width: 10%;
  height: 50%;
  top: 25%;
  right: auto;
  bottom: auto;
  left: 11%;
}

#topNav_link2
{
  position: absolute;
  width: 10%;
  height: 50%;
  top: 25%;
  right: auto;
  bottom: auto;
  left: 45%;
}

#topNav_link3
{
  position: absolute;
  width: 10%;
  height: 50%;
  top: 25%;
  right: auto;
  bottom: auto;
  left: 79%;
}

#baseNav_link1
{
  position: absolute;
  width: 10%;
  height: 50%;
  top: auto;
  right: auto;
  bottom: 25%;
  left: 22%;
}

#baseNav_link2
{
  position: absolute;
  width: 10%;
  height: 50%;
  top: auto;
  right: auto;
  bottom: 25%;
  left: 68%;
}

#currentLink
{
  display: block;
  border-style: outset;
  border-color: #FFFF33;
}

.content
{
  background-color: #005555;
  border: solid;
  border-width: thin;
  border-radius: 10px;
  padding: 5px;
}

.title
{
  font-size: 14px;
}

.gif
{
  position: absolute;
  top: 3px;
  right: 0px;
}
