
body{
	font-size: 100%;
	font-family: Lucida, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: black; 
	background: white;
	cursor: crosshair;
	text-align: center;
}
.nosee {
	font-size: 4pt;
	color: white; 
}
.info {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 0.95em;
	color: white;
}
.binary {
	font-family: Arial, 'Courier New', sans-serif; 
	font-size: 1.6em;
	color: black;
	font-weight: bold;
}
hr {
	color: #D3D3D3;
	background: #D3D3D3;
	height: 2px;
}
h1 {
	font-size: 20pt;
	color: black;
}
h2 {
        font-size: 4pt;
        color: white;
}

TABLE {
	font-size: 0.9em;
	color: #000000;
}
.match {
	font-size: 10pt;
	color: white;
}
a:link { 
	text-decoration: none;
	color: white; 
	background: none;
}
a:visited {
	text-decoration: none;
	color: white; 
	background: none;
}
a:active {
	text-decoration: none;
	color: white; 
	background: none;
}
a:hover {
        text-decoration: none;
        color: #FF7F50;
        background: none;
        cursor: pointer;
}
