CSS

Place the following in the head section of your webpage below the title:

<link rel="stylesheet" href="style.css" type="text/css" />

Create the stylesheet

  1. Create a new page in Notepad++
  2. Change the Language to CSS
  3. type the following and save the file in your folder as "style.css".