@charset "UTF-8";

html, body {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
}

.headerStyle {
	font-family:Times;
	letter-spacing: 2px;
}


.headerText {
	font-family:Times;
}

  .sidebar {
    background-color: rgb(243, 242, 241); 
    /* background-color: hsl(218, 41%, 15%); */
  } 
  
  .nav-link {
    color:black;
  } 
  
 ul.nav > li.nav-item > a.nav-link.menuList:hover {
 	background-color: rgb(43, 118, 170) ;
 	color:white;
 }
  
/*  
  .sidebar .nav a:hover,
  .sidebar .nav a:focus {
    background-color: white;
    color:rgb(43, 118, 170); 
  }
*/