﻿.menu {color:#000; font-size:16px; margin:2px 0px; text-decoration:none;
display:inline-block; text-align:center; padding:6px 12px; background:#fff;
border-radius:10px; border-color:#999; border-style:solid; border-width:1px; }
a:link.menu {color:#000;}
a:visited.menu {color:#000;}
a:hover.menu {text-decoration:none; background:#FFB5B5; color:#000;}
.menua {color:#000; font-size:16px; margin:2px 0px; text-decoration:none;
display:inline-block; text-align:center; padding:6px 12px; background:#FFB5B5;
border-radius:10px; border-color:#666666; border-style:solid; border-width:1px; }
a:link.menu {color:#000;}

.box {
font-size: 14px;
margin: 0px;
text-decoration: none;
display: inline-block;
text-align: center;
padding: 8px 8px;
color: #000;
background: #fff;
border-radius: 10px; 
}

.box:hover {background:#FFB5B5;}
