Notepad icon style - Notepad
File    Edit    Search    Help

p {font-family: Arial, sans-serif; color: #0000FF; font-size: 120%; }

h1 {font-family: Verdana, sans-serif; color: red; font-size: 200%; }

/* Another style of CSS coding which you can use is below. Many people prefer to use this; especially on commercial projects where someone else may have to read your code. It's up to you which way you write your CSS */

p {
       font-family: Arial, Helvetica, sans-serif;
       color: #0000FF;
       font-size: 120%;
       }