/*
these styles had to be separated from the main stylesheet
because the EOPro editor would display them as choices in the
style menu, and these are only used in templates and should
not be available to site editors
*/

a.navlink:link {color: #AEC8FF; text-decoration: none;}
a.navlink:visited {color: #AEC8FF; text-decoration: none;}
a.navlink:active {color: #FFFFFF; text-decoration: underline;}
a.navlink:hover {color: #FFFFFF; text-decoration: underline;}

a.footlink:link {color: #FFFFFF; text-decoration: underline;}
a.footlink:visited {color: #FFFFFF; text-decoration: underline;}
a.footlink:active {color: #AEC8FF; text-decoration: underline;}
a.footlink:hover {color: #AEC8FF; text-decoration: underline;}
