td.linkbox a
{
font-weight: bold; 
text-decoration:none; 
font-size:x-large;
}

a:hover 
{ 
text-decoration:none; 
color: rgb(255, 89, 16);
}

a:active
{
  color: #FFFFFF;
}

a:visited
{ 
font-weight: bold; 
color: rgb(255, 89, 16);
}

td.linkbox
{
text-align:center;
border-spacing:10px;
}

td.linkbox:hover
{
border-style: solid;
border-width: 1px;
border-spacing:20px;
background-color:#002C77;
}
