
body {
	margin: 0;
	padding: 0;
	background: #2E2200;
	font-size: 11px;
	text-align: justify;
	color: white;
}

A:link
{
	COLOR: white;
	text-decoration: none;
}
A:visited
{
	COLOR: white;
	TEXT-DECORATION: none;
}
A:hover
{
	COLOR: white;
	TEXT-DECORATION: none;
}

