/* Body section */
body {
  font:14;
  color:000000;
}
/* End Body section */

/* Selector defenitions */
A:link {
  text-decoration: none;
  font:12;
  color:404040;
}
A:visited {
  text-decoration: none;
  font:12;
  color:6060f0;
}
A:hover {
  text-decoration: none;
  color:e02040;
  font:12;
}
/* End Selector defenitions */

/* Class defenitions - Index page */
.LogoPos {
  position: absolute;
  top: 40%;
  left:30%;
  line-height: 1px;
}
.LogoTextPos {
  position: absolute;
  top: 65%;
  left:40%;
}


/* End Class defenitions - Index page */

/* Class defenitions - Menu page */

.BarPos {
  position: absolute;
  top: 0%;
  left: 18%;
}

/* End Class defenitions - Menu page */
