@charset "UTF-8";
/* CSS Document */

/* "Top" Button - modified removing float right */
#tipButtons a:link, #tipButtons a:hover, #tipButtons a:active, #tipButtons a:visited 
{ 
/*margin: 0.1em 0.1em 0.4em; */
padding: 3px; 
background-color: #e9e2cf; 
border: 1px solid #94866f; 
color: #564630 !important; 
text-decoration: none; 
font: small-caps normal 10px Verdana, sans-serif;
}
#tipButtons a:hover 
{
color: #fff !important; 
border-color: #94866f;
background-color: #cbc1b0;
}

.tip{
background-color: #fff; 
border: 1px solid #94866f;
}

#tipButtons{
text-align:right;
margin-right:10px;
}

#gowmu_tiphere{
margin-left:10px;
margin-top:10px;}
