#link_leftno{
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: BLACK;
  padding-right: 12px;
}
#link_left a{
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: BLACK;
  padding-right: 12px;
}
#link_left a:hover{
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: WHITE;
  background-color: #AEAFC4;
  padding-right: 12px;
}
#link_lefts a{
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: BLACK;
  padding-right: 12px;
}
#link_lefts a:hover{
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: WHITE;
  background-color: #AEAFC4;
  padding-right: 12px;
}
a{
  color: BLUE;
  text-decoration: none;
}
a:visited{
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
p{
  margin: 0px;
}
table{
  text-align: justify;
}
h1 {
  display:inline;
  font-weight: normal;
  text-decoration: none;
}
h2 {
  display:inline;
  font-weight: normal;
}