<style type="text/css">

/*Apply this class to the text you'd like a different link color. Text that 
 is not a link will appear in this style.*/

.navbar { color: #1B134B}

/*These are the 	link style definitions.*/

a.navbar:link { color: #1B134B}
a.navbar:visited { color: #1B134B}
a.navbar:hover { color: #FFFFFF}
a.navbar:active { color: #1B134B}

.texbar { color: #C6C8CA}

/*These are the 	link style definitions.*/

a.texbar:link { color: #C6C8CA}
a.texbar:visited { color: #C6C8CA}
a.texbar:hover { color: #FFFFFF}
a.texbar:active {color: #C6C8CA;

