a.my-link{
     color: rgb(255, 255, 255);
}
.my-link:active{
  color: rgb(7, 205, 255);   
}
.my-link:hover{
color: rgb(0, 131, 253);
}

div.head
{
   background-color: #000000b6;
    text-align: center;
    color:white;
    height: 50px; 
    padding: 10px 0;
    font-family:"palatino linotype";
    font-weight: bold;
    font-size: 20px;
    border-bottom: 2px solid white;   
}
div.inner
{
  background-color:#818181; 
	text-align: left;
	height: 40px; 
	padding: 10px 0 0 10px; 
	text-decoration-color: #ffffff; 
  font-family: "palatino linotype";
    font-weight: bold;
    font-size: 18px;
	border-bottom: 1px solid white;
}