BODY
{
	background-color : Black;
	font-family : Verdana;
	font-size : 10pt;
	color : #22DD22;
}

a
{
	text-decoration:none;color:#22DD22;
	border-width:0;
}

A:visited
{color:#228822;}

A:hover
{color:lime;text-decoration:underline;}

A:active
{color:yellow;text-decoration:none;background:red;}

.zone
{
	border-width : 1px;
	border-style : solid;
	border-color : #448844;
	padding : 2 20 2 20;
}

.titleNormal
{
	border-width : 1px;
	border-style : solid;
	border-color : Black;
	padding : 0 0 0 0;
	font-weight : bold;
	cursor : pointer;
}

.titleOver
{
	border-width : 1px;
	border-style : dashed;
	border-color : #4064a8;
	background-color : #002468;
	padding : 0 0 0 0;
	font-weight : bold;

	/*text-decoration : underline;*/
	color : lime;
	cursor : pointer;
}

.content
{
	width : 100%;
	overflow : auto;
}

.screenshot
{
	border: solid 1px yellow;
}