html
{
	direction: rtl;
}

h1{
	line-height: 2em;
}

table, td, th
{
	text-align: right;
	border: solid 1px;
}

body
{
	background-size: 18em;
	background-position: right top;
	background-image: url("delta.png");
    background-repeat: no-repeat;
}