/* 
    Document   : style
    Created on : May 26, 2013, 3:07:05 PM
    Author     : jan
    Description:
        Purpose of the stylesheet follows.
*/

table{
    border: 1px solid black;
    border-collapse: collapse;
}
td, th{
    border: 1px solid black;
    padding: 5px;
}
th{
    background-color: black;
    color: white;
}