﻿<style type="text/css">
.x-large {
  font-size: x-large;
}
.justify {
  text-align: justify;	
}
.center {
  text-align: center;
  font-weight: bold;
}
h1, h2, .purple {
  color: #650b7c;
  font-weight: bold;
  text-align: center;
}
hr {
  display: block;
  width: 75%;
  background-color: #650b7c;
  height: 5px;
}
.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
</style> 