@media all {
   A {
     }

   A:active {
          color: black;
            }

   A:link {
	  color: #dddddd;
          }

   A:visited {
	  color: #bbbbbb;
             }

   H1 {
      }

   P {
     }

   BODY {
          font-family: "Verdana", "Arial", "sans-serif";
          text-align: center;
          background-color: #999999;
        }

   A:hover {
          background-color: #cccccc;
           }

   TABLE {
         }

   TABLE.testResults {
          border-top: thin solid;
          border-bottom: thin solid;
          border-left: thin solid;
          border-right: thin solid;
                     }

}
