body{
    margin: 0px;
    color: #000000;
}

.h1 {
    color: #000000;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 26px;
}


td{
    color: #000000;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}


a.normal{
     font-weight: normal;
    text-decoration: none;
}
a.normal:hover{
    font-weight: normal;
    text-decoration: none;
}


a{
    color: #CB0013;
    font-weight: bold;
    text-decoration: none;
}
a:hover{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.boxHead{
    color: #FFFFFF;
    font-weight: bold;
    width: 181px;
    text-align: center;
    padding-top: 6px;
}

.header{
    color: #CB0013;
    font-weight: bold;
    padding-top: 5px;
    font-size: 14px;
}

.title{
    color: #000000;
    font-weight: bold;
    padding-top: 5px;
}

.abstr{
    color: #CB0013;
    padding-right: 5px;
}

.price{
    color: #CB0013;
    font-size: 26px;
    font-family: "Times New Roman", Times, serif;
}

.input{
    border: 1px solid #E2E1DF;
    color: #CB0013;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 3px;
    padding: 3px;
    line-height: 8px;
}

#boxHead{
    background-image: url(images/box_head.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 181px;
    height: 38px;
}
#box{
    border: 1px solid #E2E1DF;
    vertical-align:top;
    width: 308px;
}
#menuLink{
    background-image: url(images/line.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-top: 3px;
    padding-bottom: 5px;
    text-align: left;
    width: 170px;
}