@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* Global links style sheet for SITE NAME HERE                        */
/* Last Updated: 2008.08.06 by Cory Perry                             */
/*--------------------------------------------------------------------*/

/* global default links */
a {cursor: pointer;}
a:link {color: #000; text-decoration: underline;}
a:visited {color: #000; text-decoration: underline;}
a:hover {color: #ff0000; text-decoration: underline;}
a:active {color: #000; text-decoration: underline;}