/*buttons and link stylesheet*/


/*set link colours*/
A:link.navlinks {color: #B8860B; text-decoration: none;}
A:link.normal {color: Green; text-decoration: underline;}

/*active link colours*/
A:active.navlinks {color: #B8860B; text-decoration: none;}
A:active.normal {color: Aqua; text-decoration: none;}

/*visited link colours*/
A:visited.navlinks {color: #B8860B; text-decoration: none;}
A:visited.normal {color: Fuchsia; text-decoration: none;}

/*mouse hover colours*/
A:hover.navlinks {color: white; text-decoration: none;}
A:hover.normal {color: red; text-decoration: none;}

/*set up the character styles for text*/
.linktext {
font: bold 8pt Verdana, Arial, Serif; 
display:inline; 
color:#FFFFFF;
background-color:#99CCCC;
margin-right:5px;
}

