﻿/* style sheet for 01_07_ExternalStyle.html */
h1        {text-align: center; color: green; border: 3px double red; }
p         {background-color: yellow; font-family: monospace; }
p.cursive {background-color: yellow; font-family: cursive; }
