img {
  max-width: 100%;
  height: auto;
}

.content a:link
{
   color: #0000CD !important;

}
.content a:visited
{
   color: #000080  !important;


}
.content a:hover
{
   color: #0000CD  !important;
    background-color: #FFFACD !important;
 
}
.content a:active
{
   color: #0000CD !important;
  background-color: #FFFACD !important;

}

.nav-tabs .nav-item .nav-link {
  background-color: #0080FF;
  color: #FFF;
}

.nav-tabs .nav-item .nav-link.active {
  color: #0080FF;
}

.tab-content {
  border: 1px solid #dee2e6;
  border-top: transparent;
  padding: 15px;
}

.tab-content .tab-pane {
  background-color: #FFF;
  color: #0080FF;
  min-height: 200px;
  height: auto;
}
