


#mcontainer {
  width: 767px;
  margin: 0 auto;
  height: 406px;
  text-align: right;
}

#mgreeting {
  width: 428px;
  height: 100px;
  margin-left: auto;
  text-align: left;
}

#mgreeting p {
  color: red;
  font-size: large;
}

#mlisting {
  width: 767px;
  height: 160px;
  background-image: url("http://cfconline.org/images/onepxtranswhite.png");
  text-align: left;
}

#mlisting ul {
  margin:5px;padding: 5px;
  float: left;
  height: 160px;
  list-style: none;
  font-size: large;
}

#mlisting ul li a {
  margin: 0;padding: 5px;
  font-weight: normal;
}


#mlisting ul li a:hover {
  color: rgb(56%, 9%, 8%);
}

