﻿body
{
    background-color:black;
    color:white;
}

h1
{
    color:yellow;
    text-align:center;
}

h5
{
    text-align:center;
}

td
{
    text-align:right;
    width:5em;
}

.medtd
{
	text-align:right;
    width:5em;
	color:yellow;
}

.widetd
{
	padding-left:15px;
    text-align:left;
    width:15em;
	color:hotpink;
}