a:link {
text-decoration:none;
color:#1111cc;
}
a:visited {
text-decoration:none;
color:#1111cc;
}
a:active {
text-decoration:none;
color:#1111cc;
}
a:hover {
text-decoration:none;
color:#CC0000;
}

body,td{
  color:#333333;
}

.body {
  background-image: url('fig/background.jpg');
  background-attachment: fixed;
  background-size: cover;
  }

.body2 {
  background-image: url('fig/headback_1.png');
  background-attachment: fixed;
  background-size: cover;
  }

.table1 {
  background-color: rgba(255, 255, 255, 0.65);
@}

.table2 {
  background-color: rgba(255, 255, 255, 0.8);
@}

.table3 {
  background-color: rgba(255, 255, 255, 0);
@}