A:link	{ 
	color: yellow;
	text-decoration: none;
}
A:visited	{ 
	color: maroon;
	text-decoration: none;
}
A:hover, A:active, A:focus	{
	background: teal;
}
A.dir:link, A.dir:visited	{ 
	color: yellow;
	text-decoration: none;
}
A.dir:hover, A.dir:active, A.dir:focus	{
	background: red;
}
DIV.dir	{
	background: green;
	color: yellow;
	border-left: solid 0.7em #0f4f2f;
	border-right: solid 0.7em #0f4f2f;
	padding-left: 0.5em;
}
DIV.chk	{
	color: green;
	float: right;
}
DIV.jl	{
	background: green;
	color: white;
	border-left: solid 0.7em #0f4f2f;
	padding-left: 0.5em;
	width: 50%;
	float: left;
}
DIV.jr	{
	background: green;
	color: white;
	border-right: solid 0.7em #0f4f2f;
	padding-right: 0.5em;
	text-align: right;
}
DIV.ti	{
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	margin: 0.4em 0em 0.4em 0em;
	padding: 0.1em 0em 0.1em 0em;
	border-top: solid 0.1em green;
	border-bottom: solid 0.1em green;
}
DIV.c	{
	text-align: center;
}
BR.cl	{
	clear: left;
}
IMG	{
	border: none;
}

BODY	{
	background: #3fef4f;
}


