body {
  font-size: 18px;
  font-family: Times New Roman;
  font-color: black;
  background-color: black;
  margin: 0px;
  margin-top: 10px;
}

table {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  background-image: URL(images/bg.gif);
}

A:link {
  font-size: 16px;
  font-family: Times New Roman;
  color: black;
  text-decoration: underline;
}

A.papers:link {
  color: #502050;
  text-decoration: none;
}

A.info:link {
  color: #202450;
  text-decoration: none;
}

A.menu:link {
  font-family: Arial;
  font-weight: bold;
  text-decoration: none;
}

A.white:link {
 color: yellow;
}

A.blue:link {
  font-family: Arial;
  color: blue;
  font-weight: bold;
  text-decoration: none;
}

A:visited {
  font-size: 16px;
  font-family: Times New Roman;
}

A.papers:visited {
  color: #502050;
  text-decoration: none;
}

A.info:visited {
  color: #202450;
  text-decoration: none;
}

A.menu:visited {
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}

A.blue:visited {
  font-family: Arial;
  font-weight: bold;
  color: blue;
  text-decoration: none;
}

A.white:visited {
 color: yellow;
}

A:hover {
  font-size: 16px;
  font-family: Times New Roman;
  color: red;
  text-decoration: underline;
}

A.papers:hover {
  color: red;
  text-decoration: none;
}

A.info:hover {
  color: red;
  text-decoration: none;
}

A.menu:hover {
  font-family: Arial;
  font-weight: bold;
  text-decoration: none;
}

A.blue:hover {
  font-family: Arial;
  font-weight: bold;
  color: red;
  text-decoration: none;
}

A:active {
  color: red;
}

A.papers:active {
  color: red;
}

A.info:active {
  color: red;
}

A.menu:active {
  color: red;
}

A.blue:active {
  color: red;
}

p {
  font-size: 16px;
  font-family: Times New Roman;
}