

body {
  background-color: #272727;
}

a { } 
:link { color:lightcyan; font-style:normal }
:visited { color:lightblue; font-style:normal }

table { border : 2px solid gray;   }
td        { border : 1px solid gray; color : lightsteelblue; padding : 3px; }

p { align : center; }

#eng-heading {
   font-family:arial;
   font-size:20px;
   color:yellow;
   text-align:center;
} 

#eng-text {
   font-family:arial;
   font-size:16px;
   color:yellow;
   text-align:center;
} 

#ger-heading {
   font-family: arial;
   font-size: 20px;
   color: lime;
   text-align: center;
} 

#ger-text {
   font-family: arial;
   font-size: 16px;
   color: lime;
   text-align: center;
} 


#title {
   font-family:"Old English Text MT";
   font-size:44px;
   color:white;
   text-align:center;
}

#legal {
   font-family="Times New Roman";
   font-size = 12px;
   color:white;
   text-align:center;
}


#dl {
   position:absolute;
   top:200px;
   left:0px;
   width:100px;
   float:left;
   border:solid 2px white;
}

#dr {
   position:absolute;
   top:200px;
   width:100px;
   float:right;
   border:solid 2px white;
}

<!-- Style Sheet for Horsham German Club Website -->

<!-- This is a 'global' stye and is used by all pages -->

<!-- English Text  is in span blocks with id: eng-heading, eng-text -->
<!-- German Text  is in span blocks with id: ger-heading, ger-text -->

<!-- Main title is in span block with id: title  -->
<!-- Legal and disclaimer are in span block with id: legal-->

<!-- any comments need to be at the end of the file !!  -->
