h1.center {
  color: #000099;
  font-family: arial;
  font-size: 11pt;
  text-align: center;
  }

.linkcontainer 
{
position:relative; 
display: table-cell;
vertical-align: middle;
width:200px; 
margin:2px auto;
background-color: #5566aa;
border-style: solid;
border-width: 1px 1px1px 1px;
border-color: #000000;

}

.linkcontainer A:link {
  color: #FFFFDD;
  font-family: arial;
  font-size: 10pt;
  font-weight:bold;  
  text-decoration: none;
 
  }

.linkcontainer A:visited {
  color: #ffffff;
  font-family: arial;
  font-size: 10pt;
  font-weight:bold;  
  text-decoration: none;
  }

.linkcontainer A:hover {
  color: #CCbbff;
  font-family: arial;
  font-size: 10pt;
  font-weight: bold;
  text-decoration:underline;
  }

 .linkcontainer A:active, :visited:active {
  color: #CCbbff;
  font-family: arial;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: underline;
  }
