<!--
file Name: Styles.css
Description: Modify this file to change the display properties of the whole site, such as the background color.

margin-left : 5pt;
margin-top  : 20pt;
-->

BODY
{
font-family : Arial;
font-size : 10pt;
color : #000000;
background: white;
}

.P {font: 9pt Arial; color: #000000}

h3 {font: 12pt Comic Sans MS, Arial; color: #000099}

h4 {font: 12pt Arial; font-weight: bold; color: #660000}

ul {font: 10pt Arial; color: #000000}

.td {font: 10pt Arial; color: #000000}

.link { font: 10pt Arial; color: #0000FF; }

.small { font: 10pt Arial; color: #000000}

.smallComic { font: 10pt Comic Sans MS; color: #000000}

.smallBold { font: 10pt Arial; font-weight : bold; color: #000000}

.smallItalicBold { font: 10pt Arial; font-weight : bold; font-style : Italic; color: #000000}

.smallBoldBlue { font: 10pt Arial; font-weight : bold; color: #000099}

.smallRed { font: 10pt Arial; color: #FF0000; }

.smallBlue { font: 10pt Arial; color: #000099; }

.medium { font: 12pt Arial; color: #000000}

.mediumBold { font: 12pt Arial; font-weight : bold; color: #000000}

.mediumRed { font: 12pt Arial; color: #FF0000; }

.large { font: 15pt Arial; color: #000000}

.largeBold { font: 15pt Arial; font-weight : bold; color: #000000}

.largeWhiteBold { font: 16pt Arial; font-weight : bold; color: #FFFFFF}

.largeRed { font: 15pt Arial; color: #FF0000; }
