.menu {
  line-height: 25px;
  background: #E7EBED;
  border: 1px solid #C1CBCF;
  width: 95%;
  height: 25px;
}

.menu a {
  padding: 0 0 0 10px;
}

.menu a:link, .menu a:visited {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.menu a:hover, .menu a:active {
  color: red;
  text-decoration: none;
  font-weight: bold;
}

.menu ul {
  padding: 0;
  margin: 0;
}

.menu li {
  display: inline;
  list-style-type: none;
  padding: 0 10px;
}

.body {
        width: 95%;
        height: 65%;
        background: #FBF7ED;
        border: 1px solid #C1CBCF;
}

.footer {
        width: 95%;
        height: 25px;
        background: #E7EBED;
        border: 1px solid #C1CBCF;
}

.container {
        float: none;
        width: 85%;
        height: 90%;
        background: #FFFFFF;
        border: 1px solid black;
}

body {
    background: #E1E1E2;
	color: #000000;
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin: 5px 10px 10px 10px;
	padding: 0px;
}

.boldtext {
        font-weight: bold;
}

.dashed-box {
    border: 1px dashed black;
    width: 60%;
}

.minutes {
    width: 60%;
}

.minutes td, .minutes th {
    width: 25%;
    text-align: center;
}
