@charset "utf-8";
/* CSS Document */
/* Header Links */
a.head:link {color: #FFF; font-family:Verdana; font-weight: 500; text-decoration:none; }    /* unvisited link */
a.head:visited {color:#FFF; font-family:Verdana; font-weight: 500; text-decoration:none;} /* visited link */
a.head:hover {color: #FFF; background-color: #990099; font-family:Verdana; font-weight:500; text-decoration:none;}   /* mouse over link */
a.head:active {color: #FFF; font-family:Verdana; font-weight:500; text-decoration:none;}  /* selected link */
/* Footer Links */
a.foot:link {color:#F00; text-decoration:none; }    /* unvisited link */
a.foot:visited {color:#F00; text-decoration:none;} /* visited link */
a.foot:hover {color: #F00; text-decoration:underline;}   /* mouse over link */
a.foot:active {color: #F00; text-decoration:none;}  /* selected link */