/* CSS Document */
.bodymain
{
 background-color: #006699;
 background-image: url(images/bg.jpg);
 background-repeat: ;
 background-position: ;
 font-color: ;
}

.bodymenu
{
 background-color: #006699;
 background-image: ; 
 background-repeat: ;
 background-position: ;
 font-color: ;
}

.invisibletable
{
 border-width: 0px;
 border-color: transparent;
 border-style: hidden;
 background-color: transparent;
}

.invisible
{
 display: none;
 visibility: hidden;
}

h1
{
 font-size: 24pt;
 font-family: ;
 font-weight: bold;
 text-shadow: 10px 10px;
 text-align: center;
}

p
{
 text-indent: 40px;
 font-family: ;
 font-size: ;
}

a, a:link, :link
{
  color: #FFEE00;
  font-weight: bold;
  border-color: #FFEE00;
}

a:hover
{
  color: #CC9900;
  border-color: #CC9900;
}

a:active
{
  color: #FF0000;
  border-color: #FF0000;
}

a:visited
{
  color: #FFEE00;
  border-color: #FFEE00;
}