/* home_right_agenda.css */
body {background-color: white}
h1 {font-size: 60%;
  color: #804000;
  text-align: left;
}
h2 {font-size: 100%;
  color: #804000;
  text-align: center;
}
a {color: #FF8000;
  text-decoration: underline;
}
h6 {color: #FF8000;
  font-size: 60%;
}

/* To make the scrollbarr more colorfull (MSI only) */
<!--
BODY{
scrollbar-face-color:#FFEFAD;
scrollbar-arrow-color:#804000;
scrollbar-track-color:#CFB49F;
scrollbar-shadow-color:#804000;
scrollbar-highlight-color:white;
scrollbar-3dlight-color:#CFB49F;
scrollbar-darkshadow-Color:#402000;
}
-->

