.----Anchor-Button-Styles---{font-weight: bold;}

a.Red-button,
a.Green-button,
a.Blue-button,
a.Mauve-button,
a.Purple-button,
a.Black-button,
a.White-button{
    display: inline-block;
    width: 100%;
    padding: 10px 5px; /*Added in May 10th 2016*/
    text-align: center;
    margin-bottom: 8px;
    text-decoration: none;
    background-color: #fff;
    cursor: pointer;
    text-decoration: none !important;
}


a.Red-button{    color: #DB2C39 !important; border: 2px solid #DB2C39; }
a.Red-button:hover{      background-color: #DB2C39; cursor:pointer; color:  #fff; }

a.Green-button{  color: #6B7036 !important; border: 2px solid #6B7036; }
a.Green-button:hover{     background-color: #6B7036; cursor:pointer; color:  #fff;}

a.Blue-button{   color: #0077A2!important; border: 2px solid #0077A2; }
a.Blue-button:hover{     background-color: #0077A2; cursor:pointer; color: #fff;  }

a.Mauve-button{  color: #995DA7!important; border: 2px solid #995DA7; }
a.Mauve-button:hover{    background-color: #995DA7; cursor:pointer; color:  #fff; }

a.Purple-button{ color: #330072!important; border: 2px solid #330072; }
a.Purple-button:hover{    background-color: #330072; cursor:pointer; color:  #fff; }

a.Black-button{  color: #444!important;    border: 2px solid #444;    }
a.Black-button:hover{ background-color: #444;    cursor:pointer; color:  #fff;   }

a.White-button{  color: #FFF;    border: 2px solid #FFF;    }
a.White-button:hover{ background-color: #FFF;    cursor:pointer; color:  #330072;   transition: background 0.4s ease; }

a.Red-button:hover,
a.Green-button:hover,
a.Blue-button:hover,
a.Mauve-button:hover,
a.Purple-button:hover,
a.Black-button:hover{
    transition: background 0.4s ease;
    color: #fff !important;
}

/*Colors*/

.----Font-Colours---{font-weight: bold; }

.col-Red a,
a.col-Red,
.col-Red{        color: #DB2C39; }

.col-Green a,
a.col-Green,
.col-Green{     color: #6B7036; }

.col-Blue a,
a.col-Blue,
.col-Blue{        color: #0077A2; }

.col-Mauve a,
a.col-Mauve,
.col-Mauve{        color: #924DA7; }

.col-Purple a,
a.col-Purple,
.col-Purple{    color: #330072; }