body {
font-family: Veranda, Geneva, Arial, sans-serif;
font-size: small;
}
/*
Changed the font family
*/
h1, h2 {
font-weight: normal;
color: #cc6600;
border-bottom: thin dotted #888888;
}
/*
Added border, changed color, and added font weight
*/
h1 {
font-size: 170%;
}
h2 {
font-size: 130%;
}
/*
Changed the font-size of h1 and h2
*/
blockquote {
font-style: italic;
}
/*
Changed the font-style to italic
*/