
body {font-family: Arial, Verdana, sans-serif;
      font-size: medium; line-height: 140%; }

.topleft  { position: relative; left: 0%; top: 0%; width: 300px; }
.topline  { position: absolute; text-align: right;
            right: 1%; top: 10px; height: 15px; left: 220px;
            background-color: blue; }
.topmsg   { position: absolute; text-align: right;
            right: 1%; top: 30px; left; 220px;
            font-size: xx-large; font-weight: bold; }
.menu     { position: absolute; top: 100px; left: 0%;
            right: 80%; /* background-color: #e0e0e0; */
            font-size: large; padding: 10px; }
.data     { position: absolute; top: 100px; left: 25%;
            right: 5%; }
.error    { color: red; padding: 15px; }
.info     { color: blue; padding: 15px; }

* a:link img { border: 0px; }
img { border: 0px; }

.menu a:link    { color: blue; text-decoration: underline; }
.menu a:visited { color: #808080; text-decoration: underline; }
.menu a:focus   { color: red; text-decoration: underline; }
.menu a:hover   { color: #ff0000; text-decoration: none; }
.menu a:active  { color: #ffffff; text-decoration: underline; }

.heading  { font-size: x-large; font-weight: bold; }

h1 { font-size: xx-large; font-weight: bold; }
h2 { font-size: x-large; font-weight: bold; }
h3 { font-size: large; font-weight: bold; }

*.lvl1  { background-color: #c8c8ff; font-size: large; padding: 15px; }
*.lvl2  { background-color: #e0e0ff; font-size: large; padding: 15px; }

*.bl2  { background-color: #d0d0ff; font-size: large; padding: 15px; }
*.bl1  { background-color: #e8e8ff; font-size: large; padding: 15px; }

*.one   { background-color: #e0e0ff; font-size: large; padding: 15px; }
*.two   { background-color: #e0ffe0; font-size: large; padding: 15px; }
*.three { background-color: #ffe0e0; font-size: large; padding: 15px; }
*.four  { background-color: #ffffc0; font-size: large; padding: 15px; }
*.five  { background-color: #c0ffff; font-size: large; padding: 15px; }
*.six   { background-color: #c0c0ff; font-size: large; padding: 15px; }
*.seven { background-color: #c0ffc0; font-size: large; padding: 15px; }

*.msg1  { background-color: #ffd0d0; font-size: large; padding: 15px; }
*.msg2  { background-color: #ffe8e8; font-size: large; padding: 15px; }

