BODY {
  background: white url(/bg.gif);
  text: #039;
}
A:link {
  text: #909;
}

H2 {
  background: #CCF;
}

DIV.package {
  background: #EEF;
}

/* Layout */
#outer {
  border-left: 150px;
}
#mcol {
  float: right;
  width: 100%;
  margin: 0 0 0 150px;
}
#lcol {
  float: left;
  width: 150px;
  marginL 0 0 0 -150px;
}

