A:link{
	color :				blue;
	text-decoration :	none;
}
A:visited{
	color :				darkmagenta;
	text-decoration :	none;
}
A:hover{
	color :				red;
	text-decoration :	underline;
}
A:active{
	color :				red;
	text-decoration :	underline;
}
body{
	background-image :			url( './images/satan.png' );
	background-repeat:			no-repeat;
	background-position:		center;
	background-attachment:		fixed;
	font-family:				monospace;
}
