body { font-family: Calibri, 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Geneva, sans-serif; 
font-size: 14px; margin-left: 50px; margin-right: 50px; background-color: white }

span.UnicodeHebrew { font-family: Cardo, 'Ezra SIL', Tahoma, 'Times New Roman' }
span.HebrewBenEzra { font-family: BenEzra }
span.SmallPrint { font-size: 12px }
span.UnicodeGreek { font-family: Gentium, 'Palatino Linotype', Cardo, 'Minion Pro', KadmosU, BosporosU, 'New Athena Unicode', 'Galatia SIL', 'Galilee Unicode Gk', Porson, Tahoma, 'Lucida Grande' }
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 }
span.Greek { font-family: Galilee }

H1 { font-size: 20px; font-weight: 800; color: brown; }

H2 { font-size: 18px; font-weight: 600; color: brown; }

H3 { font-size: 16px; font-weight: 600; font-style: italic; color: brown; }

H4 { font-size: 14px; font-weight: 600; color: brown; }

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 }