/**body, p, li, span {
    font-weight: 400;
    font-size: 16.5px;
    line-height: 1.7;
    color: #1a1a1a;
}

p, li {
    text-align: left;
}



h1, h2, h3, h4, h5, h6 {
    color: #003366;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1.3;
}**/

a {
    color: #153d6c;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #b99d64;

	
}



.student-corner a {
  color: #ffffff;}
.student-corner:visited{
	color: #ffffff;
}
  
  /**
  font-weight: 600;
  display: inline-flex;       
  align-items: center;        
  justify-content: center;    
  flex-wrap: wrap;           
  padding: 5px 10px;
  border: 2px solid #b99d64; 
  border-radius: 6px;
  text-align: center;


}**/

.student-corner a:hover {
    color: #b99d64; 
    text-decoration: underline;
}

