body{
color : #333333 ;
font-family :'MS UI Gothic',Osaka,monospace,;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#666666;
scrollbar-3dlight-color:#ffffff;
scrollbar-shadow-color:#666666;
scrollbar-darkshadow-color:#ffffff;
scrollbar-arrow-color:#ffffff;
background-image : url(link.jpg);
 background-repeat : no-repeat ;
 background-position : 0% 100% ;
background-attachment:fixed ;
}
a:link{
color :#669900 ;
text-decoration : underline ;
}
a:visited{
color :#669900 ;
text-decoration : kunderline ;
}
a:hover{
color : #2f4f4f ;
position : relative;top : 1px; left : 1px; 
border-bottom:dotted 1 #2f4f4f; 
  cursor : nw-resize;
}
table{
style :border-style :dotted ;
}