I want to apply style sheet only for the body section and not for header and footer. this is my website http://www.solvedhow.com/How+to+Lose+Weight-5.html, in this I tried to apply the following style sheet for each page, with different colors. But the links in headers and footers are also changed. Please help me to solve this problem.
<style>
<!--A:link { text-decoration: none; color: orange }
A:active { text-decoration: none; color: orange }
A:visited { text-decoration: none; color: orange }
A:hover { text-decoration: underline; color: orange }-->
</style>
Check my website and see the live problem.
Thanks in advance...


