@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: #FBA512; text-decoration: none;}
a:visited {color: #FBA512; text-decoration: none;}
a:hover {color: #191248; text-decoration: underline;}
a:active {color: #000; text-decoration: none;}

/* navigation links */
#mainNav a:link {color: #FFF; text-decoration: none;}
#mainNav a:visited {color: #FFF; text-decoration: none;}
#mainNav a:hover {color: #191248; text-decoration: underline;}
#mainNav a:active {color: #191248; text-decoration: none;}

/* right content links */
#rightContent a:link {color: #FFF; text-decoration: none;}
#rightContent a:visited {color: #FFF; text-decoration: none;}
#rightContent a:hover {color: #191248; text-decoration: underline;}
#rightContent a:active {color: #191248; text-decoration: none;}