A:link	{
	color: #3f3f6f;
	text-decoration: none;
}
A:visited	{
	color: gray;
	text-decoration: none;
}
A:hover, A:active	{
	color: silver;
	background: teal;
}
A.dir:link, A.dir:visited	{
	color: white;
	text-decoration: none;
}
A.dir:hover, A.dir:active	{
	color: white;
	background: red;
}
DIV.dir	{
	background: black;
	color: white;
	border-left: solid 0.7em blue;
	border-right: solid 0.7em blue;
	padding-left: 0.5em;
	margin-bottom: 0.5em;
}
DIV.chk	{
	color: black;
	float: right;
}
DIV.jl	{
	background: black;
	color: white;
	border-left: solid 0.7em blue;
	padding-left: 0.5em;
	margin-top: 0.5em;
	width: 50%;
	float: left;
}
DIV.jr	{
	background: black;
	color: white;
	border-right: solid 0.7em blue;
	padding-right: 0.5em;
	margin-top: 0.5em;
	text-align: right;
}
DIV.c	{
	text-align: center;
}
BR.cl	{
	clear: left;
}
IMG	{
	border: none;
}
