*{
    font-family:arial;
    font-weight:bold;
}
img{
    border:none;
}
a:link { color: blue; }          /* Liens non visités */
a:visited { color: purple; }     /* Liens visités */
a:hover { background: yellow; }  /* Liens survolés */
a:active { color: red; }         /* Liens actifs */

p:active { background: #eee; }   /* Paragraphes actifs */


.tb_list{
    border-collapse: collapse;
    width: 900px;
}
.tb_list th,.tb_list td,.tb_list ul{
    border:1px solid gray;
    /*padding: 2px 11px;*/
}
.tb_list th{
    text-align:left;
    background:#90CAF9;
}
.tb_list td{
    vertical-align:top;
}
