html
{
	height:100%;
}
body
{
	padding:0px;
	border:0px;
	margin:0px;
	height:100%;
	background:url(images/paselytile.jpg);
}
td#content
{
	background:#969;
	color:white;
}
td#content a
{
	color: #ccf;
	text-decoration: underline;
}
td#content a:hover
{
	color: #cfc;
}
td#content p
{
	padding: 0px;
	margin: 8px 8px 0px 8px;
}
td#content fieldset
{
	border:none;
	border-top: 1px solid white;
	margin:none;
	padding: 0px 0px 0px 1em;
}
td#content legend
{
	font-size: 75%;
	margin: 0px 0px 0px -1em;
	padding: none;
}

td#menu
{
	background:#6B476B;
	color: white;
}

td#menu a
{
	color: white;
	text-decoration: none;
}

td#menu a:hover
{
	color: #ccf;
}
