@import url("norm.css");

body {
    position: relative;
    margin: 0 auto;
    text-align: center; /* IE */
    width: 100%;
    font-family:  Times, Verdana, sans-serif;
    background-color: #878787;
}
#zoomtext {
    margin-top: 30px;
    font-size: 15px;
    font-style: italic  ;
    text-decoration: underline;
}
#zoomtext {
    margin-top: 30px;
    font-size: 15px;
    font-style: italic  ;
    text-decoration: underline;
}
.wapper {
    margin: 30px 0 0 0 ;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 980px;
    background-color: #C0C0C0;
}
.table_caption {
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    table-layout: fixed;
    background-color: #FFFFFF;
}
.td_caption {
    width: 618px;
    height: 30px;
    font-family: Courier;
}
.table_images {
    margin-right: auto;
    margin-left: auto;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 5px;
    border-style: none;
}
.td_images {
    width: 200px;
    height: 133px;
    border: 2px solid #C0C0C0;
    background-color: #FFFFFF;
}
.link_back a:link,
.link_back a:visited {
    color: #000000;
    font-size: 15px;
}
.link_back a:hover {
    padding: 0 5px 0 5px;
    color: #000000;
    background-color: #FFFFFF;
}


