body {
  background: black;
  color: white;
}
h1{
  color: white;
  font-size: 3ex;
  text-decoration: none;
  margin: 0;
}
h2{
  color: white;
  font-size: 2ex;
  text-decoration: underline;
  margin: 0;
}
p,ul{
  color: white;
  font-size: 3ex;
  font-family:  Times New Roman, Arial, sans-serif;
  font-style: italic;
  margin: 5;
}
li{
  color: white;
  font-size: 2ex;
  font-family:  Times New Roman, Arial, sans-serif;
  margin-left:30
}
A {
  color: white;
  text-decoration: none;
}

A:hover {
  color: white;
  text-decoration: underline;
}

TR.header {
  background: black;
}

.design {
  font-family: Arial, Verdana, sans-serif;
  font-size: 9px;
  font-weight: bold;
  color:  blue;
}
A.design {
  color: blue;
}
A.design:hover {
  color: white;
}
.main{
  color: white;
  font-size: 3ex;
  font-family:  Times New Roman, Arial, sans-serif;
  font-style: italic;
}

