body {
  background-image: url("mscbg.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: #ffdf8f;
  font-weight: bold;
}

.msctab1 {
  background-color: rgba(128,69,8,0.75);
  font-weight: bold;
}

.titleimg {
  opacity: 0.8;
}

a.blinks:link, a.blinks:active, a.blinks:visited
{
 color: #ffd87b;
 text-decoration: none;
 font-weight: bold;
}

a.blinks:hover
{
 color: #ffffff;
 text-decoration: underline;
 font-weight: bold;
}

a.plinks:link, a.plinks:active, a.plinks:visited
{
 color: #ffff44;
 text-decoration: none;
 font-weight: bold;
}

a.plinks:hover
{
 color: #ffffff;
 text-decoration: underline;
 font-weight: bold;
}


