﻿.highlight
{
	background: yellow;
}
.border
{
	border: 1px solid #000;
}

table.tbl
{
	border: 1px solid red;
}

table.tbl td
{
	padding: 10px;
}

h2
{
	font: 1.6em Tahoma;
	letter-spacing: -1px;
	color: Maroon;
	margin: 0px;
}

div
{
	color: Gray;
}
