<style type="text/css">

a:link {
	text-decoration: none;
	color: #039;
}
a:visited {
	text-decoration: none;
	color: #039;
}
a:hover {
	text-decoration: none;
	color: #09C;
}
a:active {
	text-decoration: none;
	color: #09C;
}

body {
	
	background-image: url();
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*	
	เว็บขาว-ดำ
	
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); /* IE 

	-webkit-filter: grayscale(1); /* Chrome, Safari 
	
	filter: grayscale(1); /* Firefox 
	*/	
}

<!--
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
-->

/*
html {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray; /* IE 6-9 
}
*/
</style>