a
{
	text-decoration: none;
}

body
{
	background: #fff;
	color: #000;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	width: 992px;
}

td {
    height: 50px;
    vertical-align: top;
}

td {
    padding: 5px;
}

h1
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #933;
	font: 19px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}

p
{
	clear: both;
	font: 16px Georgia, Times New Roman, Times, serif;
	line-height: 1.3;
	text-align: justify;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}

