body {
  background-color: 666666;
}

a {
  text-decoration: none;
  color: #FF0000;
  font-family: Arial, Verdana; 
  font-size: 14px;
  font-weight: bolder;
}

a:hover {
  text-decoration : underline;
  color : #333333;
  font-family: Arial, Verdana; 
  font-size: 15px;
  font-weight: bolder;
}

p {
  color: black;
  font-family: Arial, Verdana; 
  font-size: 14px;
}

th {
  color: black;
  font-family: Arial, Verdana; 
  font-size: 14px;
  font-weight: bolder;
}

td {
  color: black;
  font-family: Arial, Verdana; 
  font-size: 14px;
}

li {
  color: black;
  font-family: Arial, Verdana; 
  font-size: 14px;
  list-style:none;
  list-style-position: outside;
}

h1 {
  color: black;
  font-family: Arial, Verdana; 
  font-size: 24px;
  font-weight: bolder;
}
