
h1 {
  right: 130;
}
  
p {
}

table, th, td {
  border: 1px solid white;
  border-collapse: collapse;
}

table {
  text-align: left;
}

body {
  background-image: url("media/starry.gif");
  color: white;
  font-family: "Times New Roman";
}

.imgleft{
  float:left;
  margin-top: 30px;
}

.txtmain {
  float:left;
  margin-left: 50px;
}

.collapse {
  margin-left: 210px;
  width: 700px;
}

.footer{ 
  position: absolute;     
  text-align: left;    
  bottom: 0px;
  width: 100%;
  margin-left: 210px;
}

  
a:link {
  color: #e732ed;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: #e732ed;
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: #e732ed;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #e732ed;
  background-color: transparent;
  text-decoration: underline;
}