<?xml version="1.0" encoding="iso-8859-1"?>
 
/* Stylesheet for UKUUG newsletter
  0.0.0 Initial implementation (mick, 20 Feb 2001)
 */

H1.chapter {
	color: red;
	text-align: center;
}
H1.toc {
	text-align: center;
}

H2.chapter {
	color: blue;
}
H2.toc {
	text-align: center;
}

I.toc {
	text-align: center;
}

OL.1 {
	list-style-type: decimal;
}
OL.A {
	list-style-type: upper-alpha;
}

UL.bullet {
	list-style-type: disc;
}
UL.none {
	list-style-position: inside;
	list-style-type: none;
}

