body {
      font-family: Arial;
      font-size: larger;
      color:#6B6C6E;
      text-decoration:none;
      background-image: url("uvh.jpg");
      background-repeat: no-repeat;
      background-position: 30% 0%;
}

table {


   }

tr {
        //display:      block;
        color:          #000000;
        //background:   #ccffff;
        background:     #F1A501;

        // box-shadow:  -.8em 0 0 #000000;
        border-radius: .5em .5em .5em .5em;
        border-width:   .5em .5em .5em 0;
        border-color:   white;
        border-styel:   solid;



        //border:               solid white 1em;
        // padding:     .8em .8em .8em .8em;
        // width:               10%;
        // height:              10%;
        // -moz-border-radius: 100%;
        // -webkit-border-radius: 100%;

   }

table a
   {
        //font-size:    130%;
        //font-weight:  bold;
        color:          #000000;
        text-align:     center;
        display:        block;
        border-radius: .5em .5em .5em .5em;
        text-decoration: none;



   }


th {
        background-color: lightblue;
}

