html {
	font: 12px, Verdana;
	color: white;
	line-height: 150%;
	font-weight: bold;
}

.r0 {
	background-color: gray;
}

.r1 {
	background-color: #ff0000;
}

.r2 {
	background-color: #ff9f20;
}

.r3 {
	background-color: #ddcc11;
}

.r4 {
	background-color: #9fcf00;
}

.r5 {
	background-color: #007fff;
}

.r6 {
	background-color: #0000af;
}

.r7 {
	background-color: #9f009f;
}

.w {
	color: gray;
	background-color: white;
}

.c0 {
	color: white;
	text-align: center;
}

.c1 {
	color: white;
	text-align: right;
}

.c2 {
	color: white;
	text-align: left;
}

.c3 {
	color: white;
	text-align: left;
}

a {
	color: white;
	text-decoration: none;
	border-bottom: white 1px dashed;
}

a:hover {
	color: yellow;
	border-bottom: yellow 1px dashed;
}

a.d {
	color: blue;
	text-decoration: none;
	border-bottom: blue 1px dashed;
}

a.d:hover {
	color: red;
	border-bottom: red 1px dashed;
}

.t {
	color: black;
}

p {
	color: gray;
}