<!--
// Website designed by Mark Richardson (www.dark-moon.net)
// Website design Copyright (c) 2005 Mark Richardson

// This script should be included in the HEAD section of the page. 

// The following removes the underline of links.
a:link {text-decoration:none;color:#0000FF;}
a:visited {text-decoration:none;color:#0000FF;}
a:active {text-decoration:none;color:#0000FF;}
a:hover {text-decoration:underline;color:#000000;font-weight:700}

A:link {text-decoration:none;color:#0000FF;}
A:visited {text-decoration:none;color:#0000FF;}
A:active {text-decoration:none;color:#0000FF;}
A:hover {text-decoration:underline;color:#000000;font-weight:700}

//-->
