I have some code that works fine on an internal style sheet, but the time has come to use an external sheet. I have created a link to the external stlye no problem, I have then cut and pasted the code onto this sheet, the only problem now is only the code for the body will not work, I have tried everything to get the code for the body to work, I'm no expert at this but am I overlooking the obvious, here is the code i'm using
<style>
body {font:20pt;font-family:sans-serif;color:green;
h1 {font:"42";color:"red";font-family:"impact";}
A:link, A:visited {text-decoration: none; color:#063ea5;}
A:hover {font-weight: none; color:#CC3300; text-decoration: underline;}
</style>
Regards Ian