/* Test style sheet
*/

/* background: url(test3.jpg); */

/* body central */
body {font-size: 12pt;
	font-family: "Palatino";
	color: black;
	line-height: 16pt;
	margin-left: 10pt;
	margin-right: 10pt; }

/* indent paragraphs */
p {	margin-left: 24pt;
	margin-right: 24pt; }

/* indent lists */
ul {	margin-left: 36pt;
	margin-right: 36pt; }

/* headings */
h1 {	font: 24pt ProseAntique, Lucida Handwriting;
	font-weight: bold;
	line-height: 30pt; }
h2 {	font-family: "Palatino";
	font-weight: bold;
	line-height: 22pt; }

/* links */
a {text-decoration: none; }
a:link {color: blue;}
a:visited {color: blue;}
a:active {color: green;}

/* footnotes */
div.footnote {font-size: 9pt;
	line-height: 12pt;
	text-align: center}

