h1 {
	font-size: 1.3em;
}
table
{
	margin: 10px 50px;
	border: 1px solid gray;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
}
thead
{
	background: bisque;
}
tfoot
{
	background: khaki;
	text-align: center;
}
td, th
{
	border: 1px solid gray;
}
pre
{
	background-color: LemonChiffon;
	border: 1px solid gray;
}
div.title
{
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}
div.link
{
	text-align: center;
	margin-bottom: 20px;
}
div.exa
{
	background-color: ivory;
	//background: 0; /*for ie*/
	border: 1px solid gray;
	padding: 0 15px;
	margin-bottom: 20px;
}
