.a {
color:Silver;
font-size:smaller;
}
.b {
border-radius:9em;
padding:0 0.3em;
background:DarkCyan;
font-size:larger;
}
.c {
color:White;
font-weight:bold;
letter-spacing:0.075em;
}
.d {
font-weight:bold;
letter-spacing:0.075em;
text-shadow: 0.1em 0.1em 0.2em Plum;
}