/* CSS Document */
<html>
<head>
<style type="text/css">
.class1 A:link {text-decoration: color: #FFFFFF;}
.class1 A:visited {text-decoration: color: #FFFFFF;}
.class1 A:active {text-decoration: color: #FFFFFF;}
.class1 A:hover {text-decoration: underline; color: #FF0000;}

.class2 A:link {text-decoration: color: #004080;}
.class2 A:visited {text-decoration: color: #004080;}
.class2 A:active {text-decoration: color: #004080;}
.class2 A:hover {text-decoration: underline; color: #FF0000;}
</style>
</head>

<body>
ONE TYPE OF LINKS
<br>
<span class="class1">
<a href="../index/home.html">Home</a>
<br>
<a href="../index/aboutFSF.html">About FS&F</a>
<br>
<a href="../index/services.html">Services</a>
<br>
<a href="../index/contact.html">Contact Us</a>
<br>
<a href="../index/privacy.html">Privacy Policy</a>
</span>
<br>
<br>
ANOTHER TYPE OF LINKS
<br>
<span class="class2">
<a href="areyou/developingleadershippipeline.html">Developing a Leadership Pipeline?</a>
<br>
<a href="areyou/strategicplan.html">Executing an Existing, or Implementing a New, Strategic Plan?</a>
<br>
<a href="areyou/leadershipskills.html">Promoting an Executive Without Needed Leadership Skills?</a>
<br>
<a href="areyou/newexecutive.html">Bringing in a New Executive?</a>
<br>
<a href="areyou/notperformingwell.html">Concerned about an Executive Not Performing Well?</a>
<br>
<a href="areyou/matrixedremoteteams.html">Managing Matrixed or Remote Teams?</a>
<br>
<a href="areyou/acquisitionmerger.html">Considering an Acquisition or Merger?</a>
</span>
</body>
</html>
