@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------------*/
/* Global default link styling for A Blog About template forms        */
/* Last Updated: 07.09.27 by Cory Perry                               */
/*--------------------------------------------------------------------*/


/* global default links */
a:link {color: #595135; text-decoration: underline;}
a:visited {color: #595135; text-decoration: underline;}
a:hover {color: #FF0000; text-decoration: underline;}
a:active {color: #000; text-decoration: none;}

#footer a:link {color: #FFFF99; text-decoration: underline;}
#footer a:visited {color: #FFFF99; text-decoration: underline;}
#footer a:hover {color: #FF0000; text-decoration: underline;}
#footer a:active {color: #000; text-decoration: none;}