

/*All links in the small frame are referenced to this style sheet*/
.iconlink{width: 130px}
.iconlink{height: 40px}
a:link {color:#00002E}    /* unvisited link */
a:visited {color:#007AA3} /* visited link */
a:hover {color:#D63333}   /* mouse over link */
a:active {color:#009900}  /* selected link */

