a.my-link{
color: white;
}
.my-link:active{
color: orange;   
}
.my-link:hover{
color: cyan;
}
div.head
{
background-color: orange;
text-align: center;
height: 40px; 
padding: 10px 0;
border-bottom: 2px solid white;   
}
div.inner
{
background-color:#040d51; 
text-align: left;
height: 40px; 
padding: 10px 0 0 10px; 
text-decoration-color: #ffffff; 
border-bottom: 1px solid white;
}