body{
	background-color:#00000ff;

	background-image:  url('../img/1-L.png');
	background-attachment: fixed;
	background-position: 0% 0%;
	background-repeat: no-repeat;

	font-family: cursive;
	font-size: 14px;
	color: #505050;
	margin-left:20px;
	margin-right:0px;
	margin-top:50px;
	margin-bottom:0px;
}

a{
	text-decoration:none;
}
a:link{
	color:#999999;
}
a:visited{
	color:#999999;
}
a:hover{
	color:#606060;
}
a:active{
	color:#606060;
}