﻿*
{
    background-color: Transparent;
}

body
{
    font-family: Calibri, Arial, Sans-Serif;
    font-size: small;
    color: silver;
    background-color: black;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
}

table
{
    margin-left: auto;
    margin-right: auto;
}

img
{
    border: none;
}

p
{
    margin: 30px 10% 30px 10%;
    font-family: Calibri, Arial, Sans-Serif;
    font-size: 1.3em;
    color: silver;
    background-color: transparent;
}

.divCentre
{
    text-align: center;
}


.button
{
    text-decoration: none;
    
}


