/* Tip */
#tip {
    width:170px;
    height:120px;
    background-image:url(/img/tipbox.png);
    position:relative;
    overflow:hidden;
}
#tip #tipcontent {
    padding:24px 12px 22px 22px;
    font-family:times new roman, serif;
    font-style:italic;
    font-size:12pt;
    display:block;
    line-height:16px;
}
.tiplink {
    color:darkgreen;
    position: absolute;
    text-decoration:none;
    padding-left:0px;
    padding-right:0px;
    top:88px;
}
.tiplink:hover {
    color:green;
    text-decoration:underline;
    font-weight:bold;
}
#prev {    
    margin-left:28px;
}
#next {    
    margin-left:113px;
}