/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 9 Apr, 2018, 11:19:19 AM
    Author     : MEDHA
*/

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    border-color: midnightblue;
    border:5px solid;
}

td {
    border: 5px solid midnightblue ;
    text-align: center;
    padding: 8px;
    font-size: 20px;
}
th{
    font-family:fantasy;
    font-size: 25px;
    color:darkolivegreen;
    border: 5px solid midnightblue;
    text-align: center;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}