/************************************************************************************/
/* Imports. */
/************************************************************************************/
@import url('https://fonts.googleapis.com/css?family=Bonheur+Royale&display=swap');

/************************************************************************************/
/* General Styles. */
/************************************************************************************/
body {
  margin: 10px auto;
  padding: 0;
  background:rgb(255, 255,204);
  color: black;
  width:90%;
}


h1 {
  text-align:center;
}


h1 a {
  font-family:"Bonheur Royale";
}

h2 {
  text-align:left;
}

h3 {
  text-align:left;
}

p {
  text-indent: 20px;
}

a {
  color:green;
}

a:hover {
  color: green;
}

a:visited {
 color: #660000;
}

a:active {
  color: #cc0000;
}

ul {
  list-style-type: none;
  margin:0px 50px;
  padding:0;
}

li li {
  margin: 0px 0px 0px 20px;
}

/************************************************************************************/
/* General styles end here. */
/************************************************************************************/


/************************************************************************************/
/* Styles for the Meeting Minutes. */
/************************************************************************************/

ul.MeetingNav, ul.MeetingNav ul {
  list-style-type: none;
  margin:0;
  padding:0;
}

ul.MeetingNav p {
  text-indent:0px;
  margin:0px;
  padding:0px;
  padding-left:20px;
}

p.Nirnaeth {
  text-indent:0px;
  text-align:center;
}

div.details {
  margin:0 auto 20px;
  padding:0;
  text-align:center;
  font-weight:bold;
}

div.details p.date {
  font-size:120%;
  margin:0 auto;
  padding:0;
}

div.details p.time {
  margin:0 auto;
  padding:0;
}

div.details p.location {
  font-weight:normal;
}

div.details span[title] {
  cursor:help;

}
/************************************************************************************/
/* Styles for the Meeting Minutes end here. */
/************************************************************************************/
