body { font-family: Georgia, 'Book Antiqua', Palatino, 'Palatino Linotype', 'Times New Roman', serif; 
font-size: 14px; margin-left: 50px; margin-right: 50px; background-color: white }

span.SmallPrint { font-size: 12px }
span.All-TitleCase { text-transform: capitalize }
span.All-lowercase { text-transform: lowercase }
span.All-CAPS { text-transform: uppercase }
span.StrikeThrough { text-decoration: line-through }
span.Underline { text-decoration: underline }

H1 { font-size: 20px; font-weight: 700; color: #4467A8 }

H2 { font-size: 18px; font-weight: 700; color: "#4467A8"; }

H3 { font-size: 16px; font-weight: 400; font-style: italic; color: "#4467A8"; }

H4 { font-size: 14px; font-weight: 400; color: "#4467A8"; }

A:link {
color: blue;
text-decoration: none;
}

A:visited {
color: purple;
text-decoration: none;
}

A:hover {
color: blue;
text-decoration: none;
}

p { line-height: 20px }
