#text_table {
\\ border: 10px solid black;
width: 750px;
margin-right: 20px;
}

#table_ul, #table_ur, #table_ll, #table_lr {
height: 20px;
width: 20px;
background-image: url("../img/table_round.gif")
}

#table_ur {
background-position: -20px 0px}

#table_ll {
background-position: 0px -20px}

#table_lr {
background-position: -20px -20px}


#table_u {
background-image: url("../img/table_u.gif")
}

#table_b {
background-image: url("../img/table_b.gif")
}

#table_l {
background-image: url("../img/table_l.gif")
}

#table_r {
background-image: url("../img/table_r.gif")
}

#table_c {
background-color: rgb(245,245,245);
text-align: justify;
font-size: 15px;
color: rgb(0,0,70);
}
