/* DATEI: wordclock.css */


/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */
body { 
     margin-top:0px; 
     margin-bottom:0px;
     #margin: 0px; 
     #padding: 0px 0px 30px; 
     color: White;
     background-color: Black; 
     font-family: Arial, sans-serif, Tahoma, Geneva, Verdana, "Trebuchet MS"; 
     #font-size: 10pt; 
 } 

/* unvisited link */
a:link {
  color: Black;
}

/* visited link */
a:visited {
  color: DarkGrey;
}

/* mouse over link */
a:hover {
  color: Grey;
}

/* selected link */
a:active {
  color: LightGray;
}
table { 
     border-collapse: separate; 
     border-spacing: 5px 5px; 
     #table-layout: auto; 
     table-layout: fixed; 
     empty-cells: show; 
 } 

