#boundary
{
         padding: 0px;
         background-color: black;
         color: white;
         position: relative;
}
#center
{ 
         text-align: center;
         position: relative;
         left: 120px;
}
#b_top
{
         color: yellow;
         text-align: center;
         font: 14pt Arial, Helvetica, sans-serif;
         font-weight: bold;
}
.b_title
{
        width: 450px;
        background-color: gray;
        color: yellow;
        font-weight: bold;
}
#inner_table  td
{
        padding-left: 5px;
        padding-right: 5px;
}
.r_code
{
        background-color: red;
        color: white;
}
.y_code
{
        background-color: yellow;
        color: black;
}
.w_code
{
        background-color: white;
        color: black;
}
.wording
{
        text-align: justify;
        padding: 10px;
}