*
{
	line-height: 1.8em;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}

.border
{
	border-color: tomato;
	border-width: thick;
	border-style: dotted;
}

.ridgeborder
{
	border-color: tomato;
	border-width: 0.5em;
	border-style: ridge;
}

td, th
{
	border-color: tomato;
	border-width: 0 thick thick 0;
	border-style: dotted;
}

th
{
	text-align: center;
}

table
{
	border-color: tomato;
	border-width: thick 0 0 thick;
	border-style: dotted;
}

h1
{
	text-align: center;
	color: tomato;
}

h3
{
	text-align: center;
}

p
{
	text-indent: 1em;
	margin: 0em 0em 0em 0em;
}

em
{
	font-weight: 700;
	text-decoration: underline;
	color: tomato;
}