/* * Overall look and feel. */ body { font-family: Arial, Helvetica, sans-serif; padding: 0px; margin: 0px; } #content { /* top right bottom left */ margin: 20px 10px 10px 10px; /*position: relative;*/ } #footer { /* top right bottom left */ margin: 20px 10px 10px 10px; /*position: relative;*/ } /* * Display of keyboard shortcuts in the element. */ kbd.key { border-radius: 5px; padding: 0px 2px 0; border: 1px solid black; background-color: #f7f7f7; }