﻿body 
{
	background-color:Black;
	font-family:arial;
	display:block;
}

table.mid
{
	margin-left:auto;
	margin-right:auto;
}

ul
{
	color:white;
}

td
{
	color:White;
}

table#sample 
{
    background-color:#000000;
    border: solid #000 3px;
    border-bottom-color:White;
    width: 85%;
    height:300px;
}

table#sample td 
{
    padding: 5px;
    border: solid #000 1px;

}

.toprow 
{
    font-style: italic;
    text-align: center;
    background-color: #0000CC;

}
