/* ********************************************************************* For background on how this style sheet makes the Web accessible see http://www.gn.apc.org/media/design.html To install this style-sheet for MS Internet Explorer v5 under Windows: * Go to the [File] menu and select [save As] * Go to the "Save in" field and change to the "Program files" folder * Change the name from "large" or "large.txt" TO "large.css" * Make sure the [Save as type] field reads "Text documents" (or synonym) * Click [Save] Now go to Explorer's [Tools] menu and select [Internet Options] * Click the [General] tab * Click [Accessibility] * Check the [Ignore font styles specified on Web pages] thingy * Check the [Ignore font sizes specified on Web pages] thingy * Check the [Format documents using my style sheet] thingy * Click [Browse] * Find this file where you just put it - for example "C:\Program Files\large.css" * Click [OK] * Click [OK] Done! Note that this should enlarge most web sites you visit. If they go all random on you, complain to *their* administrators about their poor design and standards support. If you use MSIE on a Mac, you can probably translate these notes? You may need to close and re-start Internet Explorer before the settings below take full effect. And if you want to play with the style, be sure to leave this comment alone, and the one below. ********************************************************************* */ BODY { background-color:white; font-size:large; font-family:"Arial", "Geneva", sans-serif; } TD { font-size:large; font-family:"Arial", "Geneva", sans-serif; } H1 { font-size:x-large; } H1.banner { font-size:xx-large; color:rgb(0,204,0); } H2 { font-size:x-large; } H3 { font-size:x-large; } H4 { font-size:large; } H5 { font-size:large; } /* end of style-sheet overrides (C) 2001 Mike Holderness; you are granted a license for personal use but if you sell this, sell advice based on it, or incorporate it into a corporate network or operating system I'll sue your sorry ass. ********************************************************************* */