/*This is the style sheet for printing.*/

body {font-family: Georgia, "Times New Roman",
        Times, serif;
  margin: 0;
  padding: 1em;
  }
  
.donotprint{
display: none
}

.navbar{
  display: none;
  }

#header {
  display: none;
}

#menucontainer {
  display: none;
  }
  
a:link {
  color: black;
  font-weight: bold;
  text-decoration: none
  }
  
a:visited {
  color: black;
  font-weight: bold;
  text-decoration: none
  }
  

#footer{ 
	display:none
}

  
h1 {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif 
  }

h2 {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif 
  }
  
h3 {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  }
 
 
.read{
 margin: 0;
 padding: 0
 }

ul.read li {
  list-style-position: inside;
  } 
 
 
th {
  text-align: left
  }
table td {
  padding: 5px
}



th.calendar {
text-align: center;
border: solid black 2px
}

table.calendar{
border: solid black 3px;
border-collapse: separate;
border-spacing: 0px;
width: 100%
}

td.days{
border: solid black 1px;
font-weight: bold;
text-align: center
}

td.cell {
border-bottom: solid black 1px;
border-left: solid black 1px;
border-right: solid black 1px;
border-top: solid black 1px;
vertical-align: top;
}

span.number {
text-align: center;
font-weight: bold
}

