Style Sheets In Notepad or similar text editor create the following file. It will define the formats that you wish to use throughout your web site. BODY{font-size:12pt;font-family: Verdana;color:blue;background-color:white} H2 {font-size:24pt;font-family: Comi Sans MS; color:red} H1 {font-size:32pt;font-family: Comi Sans MS; color:green} Save this as mystylesheet.css _____________________________________________________________________ Enter the code below into the HEAD area of your web pages to set up the link to the style sheet which defines the formatting you want to appear in each page.