﻿/* Go To http://www.w3.org/TR/REC-CSS2/propidx.html for list of definitions */

     
body
{
   font-size:x-small;
   font-family:Verdana;
}

/* A:link {
   color:Blue;
   text-decoration:none;
}

A:visited
{
   color:Blue;
   text-decoration:none;
}
*/

A:hover {
   COLOR:Red;
   text-decoration:underline overline;
   }

.DataWebControlStyle
{
     background-color: White;
     border-color: #DEDFDE;
     border-style:none;
     border-width:1px; }
     
