/* Chapter 1: CSS Basic Concept Examples: External CSS file */
h1
{
color: red
}

h2
{
color: black
}

h3
{
color: green
}

p.multiple
{
color: red;
text-align: left;
font-size: 8pt
}