img {
  width: auto;
  max-width: 30%;
  height: auto;
  max-height: 30%;
}


main {
 font-family:tahoma;
  font-size:80%;
  text-align:center;
 
}

a, td .links {
  font-family:tahoma;
  font-size:80%;
  
}

p {
  align:center;
  font-family:tahoma;
  font-size:80%;
  
}


a {
  font-family:tahoma;
  font-size:80%;
  
}

H1{
  color:#ffcc00;
  text-shadow: 2px 2px #000000;
  font-family:Tahoma;
  font-size:130%;
}

subH1{
  color:#FFFFFF;
  text-shadow: 2px 2px #000000;
  font-family:Tahoma;
  font-size:90%;
}

subtwoH1{
  color:#FFFFFF;
  text-shadow: 2px 2px #000000;
  font-family:Tahoma;
  font-size:70%;
}


.mainheader {

    position: relative;



    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 -1px 1px rgba(0, 0, 0, 0.6), 0 0 5px rgba(0, 0, 0, 0.6);

    background-color: rgba(0, 46, 93, 1);

    border-top: 0px solid rgba(47, 46, 46, 1);

    border-bottom: 0px solid rgba(47, 46, 46, 1);

    background-image: url(/images/bgtop.png);

    background-repeat: repeat-x;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

}

