/* broodtekst */ p { font-family: verdana, sans-serif; font-size: 11px; color: #00FF00; } li { font-family: verdana, sans-serif; font-size: 11px; color: #663366; list-style: circle; } /* hyperlinks */ a:link { color: #CCFFCC; text-decoration: underline; font-weight: bold; } a:visited { color: #CCFFCC; text-decoration: underline; font-weight: bold; } a:hover { color: #FFFFFF; text-decoration: underline; font-weight: bold; font-size: 15px; } a:active { color: #FF00FF; text-decoration: underline; font-weight: bold; }