body {
  padding: 5px 0 0 20px;
  background-color:black;
  color:white;
}

#main {
  padding: 2px;
  color:black;
  background-image: url("images/rsmt-bk3.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color:white;
}
#content {
  color:gray;
  width:100%;
  text-align:left;
}


#content,
#actions,
#class_times,
#title {
  background-color:transparent;
  color:black;
}

#title {
  font-weight:bold;
  font-size:1.5em;
  font-style:italic;
  text-align:right;
  padding-right:5px;

}


body {
  text-align:center;
}

#actions {
  text-align:left;
}

#class_times {
  text-align:center;
  padding-left:0px;
}

.b {
  font-weight: bold;
}



a.menu:link, a.menu:visited,
a.menu:hover, a.menu:active {
  text-decoration:none;
  color:black;
  background-color:transparent;
}


.title_img {
 border: 3px #C0C0C0 outset;
 float:right;
 margin-left: 5px;
}

.title_img2 {
 border: 3px #C0C0C0 outset;
 float:left;
 margin-right: 5px;
}


