| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- html {
- margin: 0;
- padding: 0;
- }
- body {
- margin: 0;
- padding: 5px;
- background-color: #FFFFFF;
- color: #000000;
- font: 12px/1.5 "sans serif",tahoma,verdana,helvetica;
- }
- td {
- font: 12px/1.5 "sans serif",tahoma,verdana,helvetica;
- }
- p {
- margin: 5px 0;
- }
- .ke-flash {
- border:1px solid #AAAAAA;
- background-image:url(./flash.gif);
- background-position:center center;
- background-repeat:no-repeat;
- width:100px;
- height:100px;
- }
- .ke-rm {
- border:1px solid #AAAAAA;
- background-image:url(./rm.gif);
- background-position:center center;
- background-repeat:no-repeat;
- width:100px;
- height:100px;
- }
- .ke-media {
- border:1px solid #AAAAAA;
- background-image:url(./media.gif);
- background-position:center center;
- background-repeat:no-repeat;
- width:100px;
- height:100px;
- }
- table {
- border-collapse:collapse;
- }
- table.ke-zeroborder td {
- border:1px dotted #AAAAAA;
- }
|