﻿body { 
  font-family: Arial, Helvetica, sans-serif; 
}

.anchorText {
  font-size: 28px; 
  font-weight: bold; 
  /*color: #272A5D;*/
  color: Red;
  text-align: left;
  text-decoration: none;
}

.anchorText:hover {
  font-size: 28px; 
  font-weight: bold; 
  color: red;
  text-align: left;
  text-decoration: none;
}
