body {
  background-image: url("skeleton.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
  color: #bbddff;
  font-weight: bold;
  font-family: sans-serif;
}

.msctab1 {
  background-color: rgba(00,55,88,0.70);
  font-weight: bold;
}

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

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

