/* Style Sheet - menustyle.css - www.pendlehillcolts.com.au */

A:link    { color:orange; text-decoration:none; font-weight:bold }
A:visited { color:orange; text-decoration:none; font-weight:bold }
A:hover   { color:red;    text-decoration:none; font-weight:bold; background-color:wheat }
A:active  { color:green;  text-decoration:none; font-weight:bold }
body      { font-family:verdana; font-size: x-small }

