H1 {
  color: #000000;
  font-weight: bold;
  font-size : 26px;
}

H2 {
  color: #000000;
  font-weight: bold;
  font-size : 24px;
}

H3 {
  color: #000000;
  font-weight: normal;
  font-size : 22px;
}

td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:22px;
	color:#000000;
}

form
{
	margin:0px;
}

a {
    text-align: center;
    text-align-last: center;
	font-family:Arial;
	font-size:18px;
	text-decoration: none;
	font-weight: bold;
	color:#000000;
}

.borderA {
   display: block;
   width: 100%;
   height: 100%;
}

Table 
{
  text-align: center;
}

A:Hover  {
  color : #000000;
  text-decoration : underline;
}
