/*
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 : 7 oct. 2019, 20:35:36
    Author     : lri
*/





*{
   box-sizing : border-box;
}

html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    color: #444;
    font-size: 1em;
}
body {
    max-width: 1000px;
    margin:0 auto;
    box-shadow: 0 0 20px silver;
    padding:3em;  
    position: relative;
}

h1{
    font-size: 2em;
    padding-bottom: 3em;
}


td, th{
    font-size:1em:
    padding:1em;
    border-style:solid;
    border-width:1px;
    border-color:black;
    text-align: center;
    width: 80px
    }

    .spanColor{
        color: red;
    }