﻿/*
CSS for Testing4.org Site
*/

a.enroll {
  font-weight: bold;
  font-size: large;
}
a.enroll:link {
  color: black;
}
a.enroll:visited {
  color: gray;
}
a.enroll:hover {
  color: blue;
}
a.enroll:active {
  color: skyblue;
}
    