/* DATEI: diving.css */

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
body { 
   margin-left:10px; 
   margin-right:10px; 
   margin-top:10px; 
   margin-bottom:10px;
   marginheight:0px;
   marginwidth:0px;
   background-image:url(water1.jpg);
   color:#FFFF00;
   background-attachment:fixed;
}

/* font-family = Schriftart fuer Textelemente */
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i{ 
   font-family:Comic Sans MS,Arial,sans-serif;
   color:#FFFF00;
}

p,ul,ol,li,div,td,th,address,blockquote,nobr,body { 
   font-size:12pt;
   font-weight:normal;
   color:#FFFF00;
}

h1 {
   font-size:24pt;
   font-weight:bold;
}

h2 {
   font-size:18pt;
   font-weight:bold;
}

h3 {
   font-size:14pt;
   font-weight:bold;
}

h4 {
   font-size:12pt;
   font-weight:bold;
}

td {
   font-size:12pt;
}

pre { 
   font-family:Courier New;
   font-size:10pt;
   text-decoration:none;
}

tt { 
   font-family:Courier New,Courier;
   font-size:10pt;
   color:#0000C0;
}

.copyr { 
   font-family:Comic Sans MS,Arial,sans-serif; 
   font-size:10pt; 
   text-decoration:none;
   font-style:none;
   font-weight:normal;
}

.code { 
   background-color:#FFFFE0;
}

a:link {
   color:#FF0000;
   font-weight:bold;
}

a:visited {
   color:#800000;
   font-weight:normal;
}

a:active {
   color:#00FF00;
}

a.an {
   text-decoration:none;
}
body  { 
   font-family:"Comic Sans MS", Arial, sans-serif;
   color:#FFFF00;
; background-color: #0000AA } 
