BODY {
	color:		black;
	background:	white;
	font-family:	Arial, Helvetica, Helv, sans-serif;
}

A {
	color:		#522a72;
	text-decoration:none;
	font-weight:	bold;
}

A:hover {
	color:  	#8f70a8;
	background-color:inherit;
	text-decoration:underline;
}

CODE {
	font-family:	"Courier New", Courier, "FreeMono", "Vera Mono", fixed;
	font-weight:	bold;
}

/* Headings */
H1 {
	font-family:	Arial, Helvetica, Helv, sans-serif;
	font-weight:	normal;
	font-size:	22pt;

	border-width:	0px 0px 1px 0px;
	border-style:	dashed;
	border-color:	#522a72;
}

H2 {
	font-family:	Arial, Helvetica, Helv, sans-serif;
	font-size:	16pt;
	margin-bottom:	0px;
	padding-bottom:	0px;
}

H3 {
	font-family:	Arial, Helvetica, Helv, "sans-serif";
	font-size:	12pt;
	margin-bottom:	0px;
	padding-bottom:	0px;
}

P {
	margin-top:	0px;
	padding-top:	0px;
}
/* Lists */
UL {
	list-style-image:	url(../images/triangle.png);
	list-style-position:	outside;
}	
