1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17:
body { background-color: #FFFFF0; /* background color */ color: inherit; /* text color */ font-family: Arial; /* font name */ font-size: 12px; /* font size */ margin: 0; /* top right bottom left */ height: 100%; direction:rtl }