body {
	background-color: #ffd;
	font-size: 80%;
}

h1 {
	background-color: #ddb;
	border-style: solid;
	border-color: #bb9;
	border-width: 8px 0 0 0;
	padding: 5px 10px;
	font-size: 0.99em;
}

	h1 i {
		font-size: 0.75em;
	}

h2 {
	background-color: #ddb;
	border-style: solid;
	border-color: #bb9;
	border-width: 5px 0 0 0;
	padding: 0 5px;
	margin: 2em 5em 2em 1em;
	font-size: 0.93em;
}


a {
	text-decoration: none;
	color: #885;
	font-weight: bold;
}
	a:hover {
		text-decoration: underline;
	}

.w3c {
	border-style: solid;
	border-color: #bb9;
	border-width: 1px 0 0 0;
}

	.w3c img {
		float: right;
		margin: 5px 4px 0 4px;
		max-height: 15px;
		border: none;
	}

.advertising img {
	border: none;
}

.screenshots {
	border: none;
}

	.screenshots td {
		text-align: center;
		padding: 0 20px;
	}

.invisible {
	display: none;
}


.ResultBox {
	font: normal 10pt sans-serif;
	background-color: white;
	border: inset #ffd 2px;
}

.ResultBox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ResultBox li {
	border-style: solid;
	border-color: black;
	border-width: 0 0 1px 0;
	padding: 5px 0;
	text-align: justify;
	clear: both;
}

.ResultBox .title {
	font-weight: bold;
	color: black;
}

.ResultBox .text {
	font: normal 9pt sans-serif;
	color: black;
}

.ResultBox .text img {
	height: 40px;
	border: none;
	float: left;
}

.ResultBox a {
	display: block;
}

.VerticalLSIBox {
	float: left;
	margin: 0 20px 0 0;
}


