/* CSS Document */ /*------------------------------Gobal veriable----------------------*/ body { padding:0; margin:0; background-color:#F2F2EA; background-image:url(images/bgtop.gif); background-position:top; background-repeat:repeat-x; } p { padding:0; margin:0; } * { font-family:tahoma; font-size:11px; color:#595959; } /*-------------------------------------------Menubar----------------------------------*/ .topmenu { color:#393939; font-weight:bold; text-decoration:none; font-size:12px; } .topmenu:hover { color:#393939; font-weight:bold; text-decoration: underline; font-size:12px; } .legal { color:#393939; font-weight:bold; text-decoration:none; font-size:16px; } .legal2 { color:#822700; font-weight:bold; text-decoration:none; font-size:16px; } .lawfirm { color:#393939; font-weight:bold; text-decoration:none; font-size:13px; } .email { color:#ffffff; font-weight:normal; text-decoration:underline; font-size:11px; } .email:hover { color:#ffffff; font-weight:normal; text-decoration: none; font-size:11px; } .more { color:#7D7D7D; font-weight:bold; text-decoration:none; font-size:11px; } .more:hover { color:#7D7D7D; font-weight:bold; text-decoration: underline; font-size:11px; } .bottommenu { color:#393939; font-weight:normal; text-decoration:none; font-size:11px; } .bottommenu:hover { color:#393939; font-weight:normal; text-decoration: underline; font-size:11px; } /*-------------------------------------------contact us----------------------------------*/ .contact_bg { background-image:url(images/orangebg.gif); background-position:bottom; background-repeat:repeat-x; } /*-------------------------------------------current cases----------------------------------*/ .cases { color:#ffffff; font-weight:normal; text-decoration:none; font-size:11px; } .cases:hover { color:#ffffff; font-weight:normal; text-decoration: underline; font-size:11px; }