h1{
	color: #FF8E8E;;
	text-align: center;
	font-size: 3rem;
}

h2{
	color: #0EC400;
	font-size: 2.5rem;
}

h3{
	color: #FF23F7;
}

.table thead tr th{
	background-color: #FDD2FF;
	text-align: center;
	vertical-align: middle;
}


a{text-decoration: none;}
a:hover{text-decoration: underline;}

.bar-separator-3{
  height: 3px;
  background-color: #A064F1;
  margin-top: 30px;
  margin-bottom: 30px;
}  

.bar-separator-5{
  height: 5px;
  background-color: #A064F1;
  margin-top: 30px;
  margin-bottom: 30px;
}

.bar-separator-6{
  height: 6px;
  background-color: #DD00A6;
  margin-top: 30px;
  margin-bottom: 30px;
}

.border-right-3{
  border-right: 3px solid #A064F1;
}