/* ************ */
/* CSS commands */
/* ************ */

th, td {font-family: arial}
body   {font-family: arial; background: url(/images/bg_white.gif) }

/* a:hover must be last */
a.index         {display: block; text-decoration:none; width: 100%}
a.index:link    {color: blue}
a.index:visited {color: blue}
a.index:hover   {color: white; background-color: blue}

/* end */

