home *** CD-ROM | disk | FTP | other *** search
- body {
- margin: 0 auto;
- font-size: 14px;
- background-image: url("back.jpg");
- background-repeat: no-repeat;
- background-color: #ffffff;
- }
-
- #main {
- width: 800px;
- }
-
- #head {
- height: 100px;
- width: 800px;
- }
-
- #head h1 {
- padding-top: 30px;
- padding-left: 20px;
- margin: 0px;
- font-size: 25px;
- color: #000000;
- }
-
- #head h2 {
- padding-top: 5px;
- padding-left: 40px;
- margin: 0px;
- font-size: 12px;
- color: #000000;
- }
-
- #menu {
- width: 780px;
- height: 30px;
- margin-top: 35px;
- margin-bottom: 10px;
- padding-left: 20px;
- }
-
- #menu a {
- font-weight: bold;
- color: #000000;
- text-decoration: none;
- }
-
- #menu a:hover {
- text-decoration: underline;
- }
-
- #content {
- margin-top: 20px;
- margin-left: 20px;
- margin-right: 20px;
- padding-bottom: 10px;
- width: 450px;
- }
-
- #content h1 {
- margin-top: 10px;
- margin-bottom: 5px;
- font-size: 18px;
- }
-
- #content a {
- text-decoration: none;
- color: #000000;
- font-style: italic;
- }
-
- #content a:hover {
- text-decoration: underline;
- }
-
- #foot {
- margin-top: 0px;
- padding-left: 20px;
- font-family: sans;
- font-size: 10px;
- color: #a5a5a5;
- }
-
- #foot a {
- color: #a5a5a5;
- text-decoration: none;
- }
-
- #foot a:hover {
- text-decoration: underline;
- }
-