body
{
    color: #ffffff;
    font-family: 'Lucida sans', Verdana, Arial, sans-serif;
    background-color: #000080;

}
	       
td        
{
    font-family: 'Lucida sans', Verdana, Arial, sans-serif;
    font-size: 110%;
    font-weight: 500;
    color: navy;
    background-color: #ffffff;
    text-decoration: none;
}
	       
.td_margin        
{
    background-color: #000080;
}
	       
.cont        
{
    font-family: 'Lucida Calligraphy', Verdana, Arial, sans-serif;
    color: #000080;
    font-weight: 700;
    background-color: #ffffff;
    vertical-align: middle;
}
	       
.cont_shaded
{
    font-family: 'Lucida Calligraphy', Verdana, Arial, sans-serif;
    color: #C0C0C0;
    font-weight: 500;
    background-color: #ffffff;
    vertical-align: middle;
}

.uppr
{
    font-family: 'Lucida sans', Verdana, Arial, sans-serif;
    color: red;
    background-color: #ffffff;
    padding-bottom: 5em;
}

a:link
{
    background-color: transparent;
    font-size: 110%;
    color: #0099CC;
    text-decoration: none;
}
a:visited
{
    background-color: transparent;
    color: #0099CC;
}
a:hover
{
    color: yellow;
    background: #000080;
    cursor: pointer;
    text-decoration: none;
}
a:active
{
    color: yellow;
    background: #000080;
}


a.top:link
{
    background: transparent;
    text-decoration: none;
}
a.top:visited
{
    background: transparent;
}
a.top:hover
{
    background: transparent;
    text-decoration: none;
    cursor: pointer;
}
a.top:active
{
    background: transparent;
}


a.cont:link
{
    background-color: transparent;
    color: #000080;
    font-weight: 700;
    text-decoration: none;
}

p
{
    font-weight: normal;
    color: #000080;
    background-color: #ffffff;
    font-family: 'Lucida sans', Verdana, Arial, sans-serif;
    text-decoration: none;
}


H1
{
    font-size: 120%;
    color: #000080;
    background-color: #ffffff;
    font-family: 'Lucida sans', Tahoma, Verdana, Arial, sans-serif;
    font-weight: 700;
    font-style: italic;
}

.navysub
{
    font-weight: normal;
    font-size: 150%;
    color: #000080;
    background-color: #ffffff;
    font-family: 'Lucida sans', Tahoma, Verdana, Arial, sans-serif;
}

.mini
{
    font-weight: normal;
    font-size: 70%;
    color: #000080;
    background-color: #ffffff;
    font-family: 'Lucida sans', Verdana, Arial, sans-serif;
}
.uinfo
{
    font-weight: normal;
    font-size: 11px;
    font-style: italic;
    color: #ffffff;
    background-color: transparent;
    font-family: 'Lucida sans', Verdana, Arial, sans-serif;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#myBtn:hover {
  color: yellow;
  background-color: #000080;
}
