BODY
	{
	background-color: black;
	background-image: url(images/background2.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center;
	margin: 0 0 0 0;
	}

font
	{ 
	font-family: Ariel, Verdana, Tahoma
	color:white;
}

A:link
	{
	color:#00CCFF;
	text-decoration: underline;
	font-weight:normal;
}

A:active
	{
	color:#00CCFF;
	font-weight:normal;
	text-decoration: underline;
}

A:visited
	{
	color:#00CCFF;
	font-weight:normal;
	text-decoration: underline;
}

A:hover {
	text-decoration: none;
	font-weight:none;
	color:white;
}

FORM {

	margin: 0px,0px,0px,0px;
	border:0px,0px,0px,0px;
	padding:0px,0px,0px,0px;
}