/* CSS Document */
/* all this to make the new paladin2 look a little more presentable
1. I don't want bulleted or numbered lists in bold. What is the point?
2. Why are all the header tags the same size apart from h1? They may be a different colour but....
3. Why am I forced to have proscribed shade of grey cells in a table? I may want white or a lighter grey.
4. Why does every table have to be 100%?
5. Why is the text in a table larger than the text on the page?
 */
.headerspacer { height:15px}
td {font-size:12px; background-color: #F4F4F4}
.tdwhite {font-size:12px; background-color: #ffffff}
.narrowtable {width:400px}
.liststyle {font-weight:100}
.h2style {font-size: x-large}
.h3style {font-size: large}
.asterix {
	color: #FF0000;
	font-weight: bold;
}

