Is it possible that someone can email me the css file for Koha.
You already have the CSS file for Koha. It's part of your Koha installation. You can find it at: http:// [path to your koha opac] /opac-tmpl/prog/en/css/opac.css If you want to customize your OPAC you can do one of three things: 1. Copy the default OPAC CSS file, add your customizations, and put that file on the web somewhere. Then point your opacstylesheet system preference at that URL. 2. Create a separate stylesheet to contain only your CSS customizations. Put that file on your Koha server alongside the default stylesheet and specify that CSS file's name in the opaccolorstylesheet system preference. 3. Put your CSS customizations directly into the OPACUserCSS system preference. Your CSS will be automatically embedded on each page of the OPAC. I have several posts on using custom CSS with Koha here: http://www.myacpl.org/koha -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org