/*Here yoy can place all you custom css declarations that will overwrite already existing styles or add new ones*/
a { color:#00a651;
}
a:hover { color:#d2ac67;
}
a:focus { color:#bcbec1;
}
a:active { color:#ed1c24;
}