@import url("ranking.css");

<style>

body
{
   background-color: white;
}

td
{
   background-color: white;
   font-family:      tahoma;
   font-size:        12;
   border-color:     black;
   text-valign:      center;
}

.header3
{
   background-color: lightyellow;
   font-family:      tahoma;
   font-weight:      bold;
   font-size:        11;
   border-color:     black;
   text-valign:      center;
}

</style>