body
{
      color:#cccccc; 
}
select
{
    color:#1A215A;
    background-color:lightgray;
}
#header
{
    margin-top:0;
    background-image: url("../images/thumbnail.png"); 
    background-repeat: no-repeat;
    background-size: 275px;
    background-position: center;
    width:100%;height:270px;
    z-index:1;
    position:relative;
    background-color:#bc2e4b;
}
#croppedheader
{
   margin-top:0;
    background-image: url("../images/thumbnail.png"); 
    background-repeat: no-repeat;
    background-size: 275px;
    background-position:center;
    width:100%;height:240px;
    z-index:1;
    position:relative;
    background-color:#bc2e4b;
}
th 
{
  background-color:lightgray;
}
input
{
   color:#1A215A;
   background-color:lightgray;
}
.mydarkblue
{
    color:black;
}
.myblue
{
    color:lightgray;
}
.mydarkblueback
{
   color:silver;
   background-color:black;
}
.myblueback
{
    color:#1A215A;
    background-color:lightgray;
}
.mylittlebluebutton
{
    background-color:lightgray;
}
.gold
{
    background-color:gold;
}
.silver
{
    background-color:silver;
}
.bronze
{
    background-color:darkgoldenrod;
}
.platinum
{
    background-color:#FFFDD0;
}
.honor
{
    background-color:#bf85ed;
}
.goldw
{
    color:gold;
}
.silverw
{
    color:silver;
}
.bronzew
{
    color:darkgoldenrod;
}
.platinumw
{
    color:#FFFDD0;
}
.honorw
{
    color:#94F5F5;
}