body {
	background-image:url(../images/wall.gif);
	background-repeat:repeat;
	color:#333;
	text-align;
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	margin-right:0;
}
A:link{
	color:#0000FF;
	text-decoration :none;
}

A:visited{
	color:#800080;
	text-decoration:none;
}

A:active{
	color:red;
	background:whitesomke;
	text-decoration:underline;
}

A:hover{
	color : red;
	text-decoration : underline overline;
	background-color : yellow;
}

