BODY
{
	background-color 	: black;
	background-attachment	: fixed;
	background-image	: url(back.jpg);
	background-position	: 100% 0%;
	background-repeat	: no-repeat;
}

A
{
	text-decoration : none;
	color 		: #999999;
}

A:LINK
{
	color		: #999999;
}

A:VISITED
{
	color 		: #999999;
}

A:HOVER
{
	color 		: #999999;
}

A:ACTIVE
{
	color 		: #999999;
}

P
{
	color 		: #FFFFFF;
	font-size	: normal;
	line-height	: 1.3;
}

TD.menu
{
	text-align 	: center;
	border-width 	: 1px 1px 1px 1px;
	width 		: 70px;
}

TD.main
{
	margin-top 	: 20px;
	margin-buttom 	: 20px;
	margin-left 	: 20px;
	margin-right 	: 20px;
	width		: 550;
}

