body{
font-size: 15px;
font-family: Comic Sans MS;

background-image:url(../img/042.jpg);
background-position:right bottom;
background-attachment:fixed;
background-repeat:no-repeat;
}

td{
 font-size: 15px;
 color: #666666;


}

.title{
color: #33cc33;
}
.key{
color: #ff6600;
}

a:link{
text-decoration:none;color:blue;
}
a:visited{
text-decoration:none;color:blue;
}
a:hover{
text-decoration:none;color:#66cc99;
}
a:active{
text-decoration:none;color:#66cc99;
}