/*------------文字色------------*/

a:link {  
text-decoration:none;color:blue;
}
a:visited {  
text-decoration:none;color:blue;
}
a:active {  
text-decoration:none;color:red;
}
a:hover {  
text-decoration:none;color:green;
}
a:hover {  
text-decoration:none;position:relative;top:2px;left:2px;
}

/*------------文字色------------*/


/*------------背景画像------------*/
body{
background-image:url(ye11.gif); 
background-attachment:fixed;
}

/*------------背景画像------------*/




