BODY{
	margin: 0 0 0 0; 
	padding: 0; 
       background-image : url(../img/bg_body.gif);
	background-repeat: repeat-x;
}

A:link {
	color : blue;
	text-decoration: underline;
}

A:visited {
	color : purple;
	text-decoration: underline;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;
}

A:active {
	color : red;
	text-decoration: underline;
}

