/* CSS Document */
body	{
	padding : 0;
	margin : 0;
	background-image : url(../Images/backGround.jpg);
	background-repeat : repeat;
	width: auto;
	left: 40%;
	top: 0px;
}

.Layer1 {
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	position: static;

}
a:hover {
	color: #00FF00;
	text-decoration: none;

}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
.borders {
	border: thin ridge #FFFFFF;
}

