html,body,tbody		{
			background-color: rgb(0,0,0);
			font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
			font-size: 12px;
			color: rgb(0,170,220);
			margin: 0px;
			padding: 0px;
			}

table			{
			position: relative;
			left: 200px;
			top: 150px;
			width: 400px;
			text-align: justify;
			border: 1px rgb(60,60,60) solid;
			}

thead,tfoot		{
			background-color: rgb(0,177,222);
			}

.header, .footer	{
			font-family: Lucida Console, Courier, Courier New, monospaced;
			font-size: 16px;
			color: rgb(0,0,0);
			padding-left: 20px;
			}

.footer			{
			font-size: 8px;
			}

.weak			{
			color: rgb(60,60,60);
			}

.fat			{
			font-weight: 800;
			}

.marginal		{
			margin: 5px;
			}

.infield		{
			background-color: transparent;
			border-color: rgb(60,170,0);
			border-style: solid;
			border-width: 1px;
			color: rgb(170,170,170);
			width: 100px;
			height: 25px;
			}

.button			{
			width: 50px;
			height: 23px;
			background-color: rgb(60,60,60);
			border-color: rgb(60,170,0);
			border-style: outset;
			border-width: 2px;		
			color: rgb(120,100,200);
			font-size: 10px;
			}