/* CSS Document */
A.hover:link { font-size: 12px;color: #000000;text-decoration: underline;}
A.hover:visited { font-size: 12px;color: #0000ff;text-decoration: none;}
A.hover:hover { color: #000000;font-size: 12px;text-decoration: underline;}
A.hover:active { font-size: 12px;color: #0000ff;text-decoration: underline;}