﻿body.dfl {
	background-color: black
}
body.dflt {
	background-color: black
}
body.dflr {
	background-color: black
}
p.head {
	color: #c0c0c0;
	text-align: center;
}
p.center {
	color: #c0c0c0;
	text-align: center;
}
p.justified {
	color: #c0c0c0;
	text-align: justified;
}
p.news {
	color: #c0c0c0;
	text-align: center;
	border:thin red solid
}
h1, h2, h3, h4, h5, h6.dfl {
	color: #ff0000;
	text-decoration: underline;
	text-align: center;
}
ul.circle {
	list-style-type: circle;
	color: #000000;
	background-color:gray;
	border:thin red solid
}
table.stats {
	table-layout: auto;
	color: #000000;
	background-color: #c0c0c0;
	border: medium #c0c0c0 solid;
	outline:silver
}

th.stats {
	background-color: #ff0000;
}