body {
    margin-left : 0px;
    margin-right : 0px;
    padding-left : 0px;
    padding-right : 0px;
    background-color : #ffffff;
}
.lnk,
.lnk a,
.lnk a:link,
.lnk a:visited,
.lnk a:active {
    color : #000099;
    font-size : 13px;
    font-weight : bold;
    text-decoration : none;
}
.lnk a:hover {
    color : #0000cc;
    font-size : 13px;
    font-weight : bold;
    text-decoration : underline;
}
.lnk {
    margin-bottom : 3px;
}
.msg {
    color : #333333;
    font-size : 12px;
    font-weight : normal;
    text-decoration : none;
}
.box {
    background: #ffffff;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-image: url("yu-bin.gif");
    border-style : solid;
    border-color : #cccccc;
    border-width : 1px;
    margin : 3px;
    padding : 10px;
    width : 160px;
    height : 60px;
    text-align : left;
}
