body {
   background-attachment: fixed;
}

a:link,a:active,a:visited { text-decoration: none; }
a:hover		{ text-decoration: none; }

/* who is online */		  
 a.cattitle{ text-decoration: none;}
 a.cattitle:hover{ text-decoration: underline;}  
 
/* copyrigh*/
.copyright{ font-size: 10px;
            font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			}

a.copyright{ text-decoration: none;}
a.copyright:hover { text-decoration: underline;}
