filename: tocstyle.css
Cut and paste the code below into a text editor like notepad
or Visual Interdev and save to the root of the web application.
<!--
A:link {color:black;
font-weight:normal;
font-size: smaller;
text-decoration:none}
A:visited {color:gray;
font-weight:normal;
font-size: smaller;
text-decoration:none}
A:active {color:black;
font-weight:bold;
font-size: smaller;
text-decoration:none}
-->
|