
a:link {
  color:#5900b3;
}
a:visited {
  color:#52527a;
}
body {
  background-color: #e0e0eb;
  color: black;
  font-family: Verdana;
  font-size:16px;

}
table {
  border: 0px;
  border-radius: 0px;
  border-spacing: 10px;
}
th {
  background-color:#918aa8;
  border:0px;
  border-radius: 0px 0px 0px 0px;  
  padding: 8px 8px 5px 8px;
  font-size:20px;
  color: white;
  text-align:left;
}
td {
  background-color:#918aa8;
  border:0px;
  border-radius: 10px;
  padding: 8px;
  text-align: center;
  vertical-align: top;
}
iframe {
  border:none;
  border-radius:10px;
}