﻿html
{
    height:100%;
}
body
{
    height:100%;   
    font-weight:bold;
    font: 10px Georgia, Arial, Times-Roman, serif;
    background-color:black;
}
a
{
    color: red;
    text-decoration:none;
}
