<!--

html           {
	margin: 0px 0px 0px 0px;
}

body         {
	background-color: #36A1E5;
	background-image: url('home.jpg');
	background-attachment: fixed;
	background-position: left top;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
}

a:link, a:visited         {
	text-decoration: none;
	color: White;
}

a:hover      {
	text-decoration: underline;
	color: Yellow;
}

-->