fsl.css 980 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. body {
  2. background-image: url("images/fsl-bg.jpg");
  3. font-family: 'Arial';
  4. margin-top: 0px;
  5. padding-top: 0px;
  6. }
  7. object { width: 100% ; height: 170px }
  8. iframe { width: 100% ; height: 170px }
  9. a:link {text-decoration: none}
  10. a:visited {text-decoration: none}
  11. a:active {text-decoration: none}
  12. a:hover {text-decoration: underline; color: red;}
  13. ul { margin-top: 0px; }
  14. img { border-style: hidden; }
  15. .floatright {float: right; margin: 2em 0em 2em 2em; }
  16. .floatleft {float: left; margin: 2em 2em 0em 2em; }
  17. .centred {text-align: center; margin-left: auto; margin-right: auto; }
  18. #header {
  19. margin-top: 2px;
  20. font-family: 'Arial';
  21. }
  22. #header h1.fslheader {
  23. font-family: 'Arial';
  24. font-weight: bold;
  25. font-size: 200%;
  26. margin: 0em;
  27. padding: 0em;
  28. }
  29. #header img.logo {
  30. margin-top: 5px;
  31. margin-left: 5px;
  32. float: right;
  33. }
  34. #header table {
  35. text-align: center;
  36. border-style: hidden;
  37. margin-top: 0em;
  38. margin-bottom: 0em;
  39. padding-top: 0em;
  40. padding-bottom: 0em;
  41. }