Hello, I am a newbie Dreamweaver user. I used a template to make several other pages. I applied to the CSS style sheet to the template. Even though it says the other pages are updating, they do not take the style sheet and I have to apply it individually. When I do apply it, everything appears right in Dreamweaver. However, in Firefox, it only takes the styles for classes that I defined myself and leaves the basic text and links in a default style. In Safari, the styles work. This is the head of my template: <HTML> <!-- TemplateBeginEditable name="doctitle" --> <TITLE>MiriamHurley.com || Miriam Hurley || Freelance Italian-to-English Translator</TITLE> <!-- TemplateEndEditable --> <!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable --> <link href="../miriam.css" rel="stylesheet" type="text/css"> I tried taking off the ../, but then it doesn't link at all. My style sheet looks like this: @charset "ISO-8859-1"; .menumiriam a { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #FFFFFF; text-decoration: none; } .menumiriam a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #FFFFFF; text-decoration: none; } .maintext { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; td { font:12px Arial, Helvetica, sans-serif; color:#333333; text-decoration: none; color: #666666; } td:link{ color:#990000; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; } a { color: #333333; } a:hover { text-decoration: none; color: #00fff; } a:link { text-decoration: none; color: #333333; } .body { font:12px Arial, Helvetica, sans-serif; color:#666666; line-height:20px; margin: 0px; } .pageName{ font: 18px Arial, Helvetica, sans-serif; color: #d45f00; line-height:26px; letter-spacing:0.21em; } .subHeader { font:normal 12px Arial, Helvetica, sans-serif; color: #d45f00; line-height:22px; letter-spacing:0.2em; } .subHeader:link { font:normal 12px Arial, Helvetica, sans-serif; color: #d45f00; line-height:22px; letter-spacing:0.2em; } .quote { font: 16px Arial, Helvetica, sans-serif; color: #ffffff; line-height:30px; } .smallText { font: 9px Arial, Helvetica, sans-serif; color: #666666; line-height: 10px; } a:link { text-decoration: none; color: #999999; font-family: Arial, Helvetica, sans-serif; font-style: normal; } .menumiriam a { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; a:active { text-decoration: none; color: #666666; } Please help! Thanks in advance, Miriam Thank you for the answers. In reviewing the material and my problem, I think that it is not a problem of linking to the CSS style sheet, but of how each browser is reading the style sheet, because in both Safari and Firefox, part of the styles take. In Firefox, only the styles in classes I defined myself take and the others go to the Browser default. My pages are up at www.miriamhurley.com Text should be gray or orange and links red if working properly. Thanks, Miriam