/* CSS Document */

a:link { color: green; font-size: 11pt; text-decoration: none; }
a:hover { color: #060; font-size: 11pt; background-color: silver; text-decoration: underline; }
a:visited { color: #00663c; text-decoration: none; font-size: 11pt; font-weight: normal; font-style: normal; }
a:active { color: #060; font-size: 11pt; background-color: silver; text-decoration: none; }

