﻿body {
    background-color:aliceblue ;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif ;
}
a:link  {
    color:purple;
}
a:hover {
    color:red;
}
