P  {
	list-style-type : square;
}

H1  {
	font-size : large;
	font-family : sans-serif;
	color : #ffffff;
	font-weight : normal;
	font : Matisse ITC;
}

BODY  {
	font-family : serif;
	font-weight : normal;
	color : #663300;
	clip : auto;
	background-color : #CCCC99;
}

.primary  {
	font-style : normal;
	font-weight : bold;
	background-color : #b2a495;
	color : #cfd2cf;
}

.secondary  {
	color : #CCFFFF;
	font-family : sans-serif;
	font-weight : bold;
}

.prose  {
	line-height : 12pt;
	text-indent : .5cm;
	font-size : small;
	background-color : White;
}

h2  {
	font-family : sans-serif;
	font-weight : bold;
	font-size : medium;
	font : verdana;
}

A  {
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	color : #FFFFFF;
}

A:visited  {
	font-style : italic;
	background-color : transparent;
	color : Red;
	font-weight : bold;
}

A:hover  {
	color : Red;
}

A:active  {}

.leadpar:first-letter  {
	font-size : 300%;
	text-indent : 1cm;
	color : Red;
}

A.discreet  {
	background-color : #0080C0;
}

tt  {
	font-family : "Courier New", Courier, mono;
	font-size : 10pt;
	line-height : 2pt;
}

.indented  {
	left : 1cm;
	position : relative;
	top : -.3cm;
}

.redletter  {
	color : Red;
}

A.vulgar  {
	color : Red;
}

