/* Block styles */

body { 
background-color: #CBCC99;
color: #800000;
font-family: Georgia, Garamond, Palatino, serif;
font-size: 11pt }

p { 
margin-left: +2em;
margin-right: +2em }

blockquote { 
margin-bottom: 18pt;
margin-left: +2em;
margin-top: 18pt;
text-align: justify }

pre { 
background-color: #003300;
border: 4px #003300;
color: #00CC00;
font-family: Monaco, monospace;
font-size: 9pt }

/* Headings */

h1 { 
font-family: Courier, monospace;
font-size: 200%;
font-weight: bold;
text-align: center }

h2 { 
font-family: Courier, monospace;
font-size: 150%;
font-weight: bold;
text-align: center }

h3 { 
font-size: medium;
font-weight: bold;
text-decoration: underline }

h4 {
margin-left: 1em;
text-decoration: underline }

h5 { 
font-style: italic;
margin-left: 2em }

/* Inline styles */

big {
font-variant: small-caps }

cite
{color: black;
text-decoration: underline}

em
{font-style: italic}

strong { font-weight: bold }

small { 
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 9px }

/* Classes */

.hilite
{ background-color: yellow;
color: black }

/* Hyperlinks (pseudo-classes). These are marked up with the universal default colors (blue, purple and red) to prevent confusion. */

A:link
{ color: blue }

A:visited
{ color: purple }

A:active
{ color: red }
