h1, h2, h3, h4, h5, h6 {color: #793379 !important;}

body a:hover {color: #793379 !important;}

.purple-button {background-color: #793379;
	border-radius: 5px;
    padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 15px;
  width: 350px;
    height: 35px;
		text-align: center;
	}
	.purple-button-text {
  color:white;
  font-size: 0.875em;
  text-align: center; 
  font-weight: bold;
}
.purple-button-text:hover {
 color:white !important;
  
}

    .alttable tr:nth-child(even) {background: #793379; color: #FFF}
    .alttable tr:nth-child(odd) {background: #FFF}
    .alttable th {width: 25%;}
.alttable td {padding: 8px; }
.alttable table{margin-bottom: 10px;}
