div.menu-block {
  width: 257px;
  font-size: 12px;
  float:left;
}

a.menu-link {
  color: white;
  font-weight:bold;
  text-decoration:none;
  margin-left: 35px;
  display: inline-block;
  width: 100%;
}

a.menu-link:visited {
  color:white;
}

a.menu-link:hover {
  color: #e8a614;                           /* the gold in the dmm logo */
}

a.menu-link:active {
  border: 0;
}

div.sidebar-block {                         /* right of blue gradient bar */
  width: 227px;
  float: left;
  background: #6b92bb;
  color: white;
  padding: 10px 5px 0;
  font-size: 13px;
}

span.outlook-date {
  font-weight: bold;
}

a.outlook-link:link {
  font-size: smaller;
  color: blue;
  font-style: italic;
}

a.outlook-link:visited {
  font-size: smaller;
  font-style: italic;
}

a.outlook-link:hover {
  color: #e8a614;                           /* the gold in the dmm logo */
}

span.outlook-blurb {
  color: white;
}

hr.outlook-divider {
  width: 80%;
  left: 10%;
}

a.portfolio-link:link {
  /*font-size: smaller; */
  color:white;
  /*font-style:italic; */
  font-weight: bold;
}

a.portfolio-link:visited {
  /*font-size: smaller; */
  color:white;
  /*font-style: italic;*/
  font-weight: bold;
}

a.portfolio-link:hover {
  color: #e8a614;                           /* the gold in the dmm logo */
}
