
div#tourstart {
   cursor:pointer;
   margin:0px;
   padding:0px;
}
div#tourstart a {
   display:block;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   box-shadow: 2px 2px 5px 0px rgba(0,0,0, 0.8);
   -moz-box-shadow: 0px 0px 3px 1px rgba(230,0,0, 0.8);
   -webkit-box-shadow: 0px 0px 3px 1px rgba(230,0,0, 0.8);
   font-family:Verdana,sans-serif;
   font-style:normal;
   font-size:1.2em;
   text-decoration:none;
}
div#tourstart a#gar:link { font-weight:normal; color:#005A9C; background-color:rgba(255,255,255, 0.9); }
div#tourstart a#gar:visited { font-weight:normal; color:#005A9C; background-color:rgba(255,255,255, 0.9); }
div#tourstart a#gar:hover { font-weight:bold; color:#F0F0F1; background-color:rgba(0,90,156, 0.9); }
div#tourstart a#gar:active { font-weight:bold; color:#F0F0F1; background-color:rgba(0,90,156, 0.9); }
div#tourstart a#gar:focus { font-weight:bold; color:#F0F0F1; background-color:rgba(0,90,156, 0.9); }

div#tourstart a#flf:link { font-weight:normal; color:#B90531; background-color:rgba(255,255,255, 0.9); }
div#tourstart a#flf:visited { font-weight:normal; color:#B90531; background-color:rgba(255,255,255, 0.9); }
div#tourstart a#flf:hover { font-weight:bold; color:#F0F0F1; background-color:rgba(185,5,49, 0.9); }
div#tourstart a#flf:active { font-weight:bold; color:#F0F0F1; background-color:rgba(185,5,49, 0.9); }
div#tourstart a#flf:focus { font-weight:bold; color:#F0F0F1; background-color:rgba(185,5,49, 0.9); }