BODY {
	color: #fff;
	background-color: #000;
	margin-left: 3%;
	margin-right: 3%;
}

A:link {
	color: #ffd;
}

A:hover {
	color: #f00;
}

A:visited {
	color: #0cf;
}

A:active {
	color: #f00;
}

H1 {
	text-align: center;
	color: #f00;
}

H1.en {
	text-align: center;
	font-size: small;
	color: #fff;
}

DT {
	font-weight: bold;
	font-size: medium;
	margin-top: 1em;
}

ADDRESS {
	color: #fff;
}

B {
	color: #f00;
}

SPAN.append {
	font-size: small;
}

SPAN.note {
	font-size: 80%;
}

DIV.ret {
	text-align: right;
}

.warn {
	font-size: large;
	color: #f00;
}

.loud {
	font-size: large;
	color: #fff;
}

DIV.rcsid {
	color: #666;
	font-size: smaller;
}

HR.short {
	width: 85%;
}
/* EOF */
