﻿body 
{
    background-color:Black;
    color:White;

}



.btnClass
{
    font-family:Arial, Verdana;
    font-size:x-small;
}
   
.message
{
    color:Red;
    font-weight:bold;
    font-size:12pt;
}

.clock
{
    border: thick outset #FFFFFF;
    font-family: 'Century Gothic';
    font-size: x-large;
    font-weight: bold;
    font-style: normal;
    background-color: #000000;
    color: #FFFF00;
}

