﻿body
{
    font-family: Arial, Verdana;
    text-align: center;
    padding-left: 0px;
    padding-top: 0px;
}
INPUT
{
    border: 1px solid #000000;
	}
A:link
{
	color: black;
	text-decoration: none;
	}
A:visited
{
    color: black;
    text-decoration: none;
}
A:hover
{
   color: black;
    text-decoration: underline;
}

	

td
{
	border-bottom: black thin;
	border-left: black thin;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top: black thin;
	border-right: black thin;
	padding-top: 0px;
	text-align: left;
	padding-right: 0px;
    border: 1px solid #000000;
    height: 30px;
	
}
