@import "screen.htm"; @import 'print.htm'; /* The first rule imports the actual styles from * a third stylesheet. This hides them from older * browsers which don't support @import with double * quotes. The second rule hides the problematic * print style from IE5/Mac. * * See http://centricle.com/ref/css/filters/ for details * */ /* * SITE-SPECIFIC STYLES HERE * */ div.searchfloat { float: right; margin-left: 10px; margin-bottom: 10px; margin-top:20px; width: 175px;border:#003D6C solid 1px; } #searchbox p { margin: 0 0 4px 0; padding: 5px 10px; line-height: 1.3; text-align: center; font-size: 14px; } #searchbox h4 { font-size: 120%;margin:0;padding: 3px;background: #003D6C; color: #FFFFFF;text-align: center } #searchbox h6 { margin: 16px 0 0 0 ; padding:0; text-align: center; font-size: 16px; font-weight:bold; color:#003D6C; }