body
{
	font-size: 14px;
	background: #ffffff;
}

td
{
	font-size: 14px;
}

h1
{
	font-size: 17px;
	font-weight: bold;
}

h2
{
	font-size: 16px;
	font-weight: bold;
}

h3
{
	font-size: 15px;
	font-weight: bold;
}

a:hover
{
	color: red;
}

table.injection
{
	empty-cells: show;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
	width: 100%;
}

table.injection tr th
{
	border: 1px solid;
	background: #e8e8e8;
	text-align: left;
}

table.injection tr th.lang
{
	background: #f0f0f0;
	text-align: right;
}

table.injection tr td
{
	border: 1px solid;
	background: #ffffc0;
}

table.guestbook
{
	empty-cells: show;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
	width: 100%;
}

table.guestbook tr th
{
	border: 1px solid;
	background: #e8e8e8;
	text-align: left;
}

table.guestbook tr td
{
	border: 1px solid;
	background: #ffffc0;
	padding-bottom: 20px;
}

pre
{
	background: #e8e8e8;
}


