p			{ font-family: MS Sans Serif }
ul			{ font-family: MS Sans Serif }
a			{text-decoration: none}
h1			{ font-family: MS Sans Serif }
h2			{ font-family: MS Sans Serif }
h3			{ font-family: MS Sans Serif }
h4			{ font-family: MS Sans Serif }
h5			{ font-family: MS Sans Serif }
h6			{ font-family: MS Sans Serif }
pre			{ font-family: MS Sans Serif }
textarea	{ font-family: MS Sans Serif }
body		{ font-family: MS Sans Serif }
a:active	{ font-family: MS Sans Serif }
a:link		{ font-family: MS Sans Serif }
a:visited	{ font-family: MS Sans Serif }
<span style="cursor:pointer">
Pointer</span>a:active     {  }

<script language=JavaScript> 
function clickIE() {
if
}
} 
function clickNS(e) {
if (document.layers||(document.getElementById&&!document.all)) { 
if (e.which==2||e.which==3) {
return false;
}
}
} 
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS
} 
else{
document.onmouseup=clickNS;
document.oncontextmenu=clickIE;
} 
document.oncontextmenu=new Function("return false") 
</script>