<!--- Background properties -->
BODY { background: url(animals/animals.gif); }

<!-- Link colors -->
A:link    { color:#004200; text-decoration:underline; }
A:visited { color:#946300; text-decoration:underline; }
A:active  { color:#808080; text-decoration:underline; }
A:hover   { color:#940029; text-decoration:underline; }
