/* Menu */ /* Make the menu stand in the middle of the bar at the left side. */ .menu{ text-align : center; } .menuheading{ font-family : Arial, Helvetica, sans-serif; font-weight : bold; color : Black; font-size : larger; text-align : center; } .menuitem1{ font-family : Arial, Helvetica, sans-serif; color : Black; text-align : center; } A.menuitem1 { font-size : smaller; font-family : Arial, Helvetica, sans-serif; color : Black; text-decoration : none; text-align : center; } A.menuitem1:FOCUS, A.menuitem1:HOVER { font-size : smaller; font-family : Arial, Helvetica, sans-serif; color : Red; text-decoration : underline; text-align : center; } /* Headings. */ H1 { font-family : Arial, Helvetica, sans-serif; font-size : 24px; color : Black; font-weight : bold; text-align : left; } H2 { font-family : Arial, Helvetica, sans-serif; font-size : 20px; color : Black; font-weight : bold; text-align : left; } .heading { font-family : Arial, Helvetica, sans-serif; font-size : 20px; color : Black; font-weight : bold; text-align : left; } .customerReferencesHeading { font-family : Arial, Helvetica, sans-serif; font-size : 16px; color : Black; font-weight : bold; text-align : left; } /* Paragraphs and regular texts. */ LI { font-family : Arial, Helvetica, sans-serif; font-size : 16px; color : Black; font-weight : normal; text-align : left; } P, TD { font-family : Arial, Helvetica, sans-serif; font-size : 16px; color : Black; font-weight : normal; text-align : left; } A { font-family : Arial, Helvetica, sans-serif; font-size : 16px; color : Blue; font-weight : normal; text-align : left; text-decoration : none; } A:FOCUS, A:HOVER { font-family : Arial, Helvetica, sans-serif; font-size : 16px; color : Red; font-weight : normal; text-align : left; text-decoration : underline; } .regulartext { font-family : Arial, Helvetica, sans-serif; font-size : 16px; color : Black; font-weight : normal; text-align : left; } .contact_form { font-family : Arial, Helvetica, sans-serif; font-size : 16px; color : Black; font-weight : bold; text-align : right; }