body {
  font-family:sans-serif;
  font-size:10pt;
}

h1 {
  font-weight:bold;
  font-style:normal;
  font-size:20pt;
}

h2 {
  font-weight:bold;
  font-style:normal;
  font-size:16pt;
}

a {
  text-decoration:none;
  color:blue;
}

a:hover {
  text-decoration:underline;
}

a:visited {
  color:blue;
}

a img {
  border-style:none;
}

.header {  
  padding-bottom:10px;
  border-bottom-style:solid;
  border-bottom-color:black;
  border-bottom-width:1px;
  text-align:center;
}

.header_title {
  color:gray;  
  font-size:18pt;
}

.header_title a {
  color:gray;
}
.header_title a:hover {
  color:gray;
  text-decoration:none;
}

.menu {
  background-color:white;
  width:200px;
  float:left;

  text-align:left;

  padding:5px;

  border-right-style:solid;
  border-right-color:black;
  border-right-width:1px;
}

.menu ul {
  list-style:none;
  padding-left:15px;
}


.container {

  border-left-style:solid;
  border-left-color:black;
  border-left-width:1px;

  background-color:white;
  margin-left:210px;

  padding:5px;

}

.footer {
  text-align:right;
  font-size: 10pt;
  color: gray;
}

.important_notice {
  border-style:solid;
  border-width:1px;
  border-color:red;

  padding:3px;
}

