/* Layout Stylesheet */ #l-col { float:left; color: #333333; width:145px; } .buttongray a:link { float: right; margin: 0px; padding: 5px; width: 120px; height: 10px; border-top: 1px solid #E4DFC2; border-bottom: 1px solid #3E4D4A; background: #BCB69E; text-align: left; text-decoration: none; font: bols 11px Tahoma, Verdana, Arial,sans-serif; color: black ; } .buttongray a:visited { float: right; margin: 0px; padding: 5px; width: 120px; height: 10px; border-top: 1px solid #E4DFC2; border-bottom: 1px solid #3E4D4A; background: #BCB69E; text-align: left; text-decoration: none; font: bols 11px Tahoma, Verdana, Arial,sans-serif; color: dimgray; } .buttongray a:hover { background: #959F96; width: 120px; height: 10px; text-align: left; text-decoration: none; font: bols 11px Tahoma, Verdana, Arial,sans-serif; color: white; border-top: 1px solid #E4DFC2; border-bottom: 1px solid #3E4D4A; } .buttongray a:active { background: #A19C88; width: 120px; height: 10px; font: bols 11px Tahoma, Verdana, Arial,sans-serif; border-bottom: 1px solid #3E4D4A; border-top: 1px solid #6D6653; }