#wrap1 {
font-family:Arial, Helvetica, sans-serif !important;
}
#content {
font-family:Arial, Helvetica, sans-serif !important;
font-size:13px;
        }
A:link {
COLOR: #222;
TEXT-DECORATION: none
}

A:active { 
COLOR: #222; 
TEXT-DECORATION: none
}

A:visited {
COLOR: #222;
TEXT-DECORATION: none
}

A:hover {
TEXT-DECORATION: none
}
BODY {CURSOR: url(http://downloads.totallyfreecursors.com/cursor_files/sparkleblue.ani)}
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
function right(e) {
var msg = "Xin lỗi, bạn không thể bấm chuột phải lên hình ảnh trên trang này!";
if (navigator.appName == 'Netscape' &amp;&amp; e.which == 3) {
alert(msg);
return false;
}
if (navigator.appName == 'Microsoft Internet Explorer' &amp;&amp; event.button==2) {
alert(msg);
return false;
}
else return true;
}
function protect_image() 
{
if(document.images)
{
for(i=0;i<document.images.length;i++)
{
document.images[i].onmousedown = right;
document.images[i].onmouseup = right;
}
}
}
</SCRIPT>
<BODY>
<body onLoad="protect_image()">
</HEAD>