/*
Style Sheet Solution for Exercise One, Module 10
Michael Masumoto -- michael@michaelmasumoto.com
*/

h1, h2, h3 { font-family:"Arial", "Helvetica", sans-serif; }
h1, h2 { text-align:center; color:#660066; }
h1 { font-size:36pt; }
h2 { font-size:24pt; }
h3 { font-size:20pt; text-align:left; color:#000000; }

p, b { font-family:"Times New Roman", "Times", serif; }
p { font-size:14pt; text-align:left; color:#000000; }
b { font-weight:bold; }