/* CSS Document */
a
{
	color: #a39825;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p
{
	text-align: justify;
}

div#footer p
{
	text-align: center;
	text-indent: inherit;
}
