SVG Buttons

<style>
  .svgbutton      {width:50%;float:left;fill:white;}
  .svgbutton > .svgrect   {fill:white;}
  .svgbutton > .svgtext   {fill:black;}
  .svgrect {stroke-width:0.4; stroke:black; fill:white;}
  .svgtext {text-anchor:middle;}
  .svgbutton:hover > .svgrect {fill:green;}
  .svgbutton:hover > .svgtext {fill:white;}
</style>

<a href="./47thbw/">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 34" class="svgbutton">
  <rect x="1" y="1" width="98" height="26" rx="5" class="svgrect"/>
  <text x="50" y="12" font-size="10" class="svgtext">47th Bomb Wing
  <text x="50" y="22" font-size="6.5" class="svgtext">Brig Gen Carlyle H. Ridenour
</svg>
</a>