body {
font-family: arial;
}
table {
    border: 1px solid blue;
}
td, th{
    border: 1px solid black;
}
th {
    background-color:#99FFFF;
}