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

/*--------------------------------------------------------------------*/
/* Global default link styling for Safe-T-Net website                 */
/* Last Updated: 01.04.08 by Cory Perry                               */
/*--------------------------------------------------------------------*/


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

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

/* bottom content links */
#btmContent a:link {color: #FFF; text-decoration: none;}
#btmContent a:visited {color: #FFF; text-decoration: none;}
#btmContent a:hover {color: #FFFF99; text-decoration: underline;}
#btmContent a:active {color: #FFFF99; text-decoration: none;}

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

/* main inner content links */
#contentInner a:link {color: #2650A6; text-decoration: none;}
#contentInner a:visited {color: #2650A6; text-decoration: none;}
#contentInner a:hover {color: #549Af2; text-decoration: underline;}
#contentInner a:active {color: #353434; text-decoration: none;}