.teleclass {
  height: 65px;
  width: 520px;
  margin-bottom:5px;
  text-align: center;
  padding-top:5px;
  }
  
.teleclass a {
display: block;
height: 100%;
width: 100%;
}
  
a.teleclass_link:link {
  color:#fff;
  text-decoration:none;
}

a.teleclass_link:active {
  color:#fff;
  text-decoration:none;
}

a.teleclass_link:visited {
  color:#fff;
  text-decoration:none;
}

a.teleclass_link:hover {
 color:#F1B67D;
 text-decoration:none;
}

.teleclass_parent {
  background: #CC8484;
  border:3px solid #9B5B5B;
  border-style:outset;
  margin-top:5px;
}
  
.teleclass_student {
  background: #8BC18B;
  border:3px solid #5A7E5A;
  border-style:outset;
}
  
.teleclass_pupil {
  background: #8080FF;
  border:3px solid #6D6EAB;
  border-style:outset;
}

.teleclass_header {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin-bottom:3px;
}

.teleclass_title {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom:5px;
}