body { 
          background-color : black;
          color : white;
          font-family: Verdana, Arial, sans-serif;
	   font-size: 10pt;	
}
a:link { 
          color : #ffcc00;
}
 a:visited { 
          color : red;
}
a:hover { 
         color : black;
         background-color : white; 
 } 
a:active { 
          color : yellow;
          background-color : black;
 } 
b , strong { 
          font-weight : bold;
 }
em , i { 
          font-style : italic;  
}
u { 
          text-decoration : underline;         
}
img { 
          border-style : none;
}
img.borger { 
          border : solid medium white;
 }
.footer { 
         font-size : 75%; 
         text-align: center;
         vertical-align: bottom;
         width: 750px;
}
h1 , h2 {
	   color: #FD5A1E;
          margin : .25em .25em 0;
}
h1 a:link {
	   color: #FD5A1E;
}
h2 a:link {
	   color: #FD5A1E;
}
h1 , h2 , h3 { 
          font-weight : bold;
	   font-family: Garamond, 'Copperplate Gothic Light', Georgia, 'Times New Roman', Serif;
}
h3 {
          margin : .25em .25em 0 .5em;
	   color: red;
}
h3 a:link {
	   color: red;
}
.normal {
	    font-family: Verdana, Arial, sans-serif;
	    font-weight: normal;
	    color: white;
	    margin: 0;
}
.inline { 
          display : inline;
}
.block { 
          display : block; 
}
p { 
           margin : 0 .75em .75em;
}
span.em { 
          color : yellow; 
          font-weight : bold;
}
table { 
         display : table; 
}
tr { 
         display : table-row;         
}
thead { 
         display : table-header-group; 
}
tbody { 
         display : table-row-group; 
}
tfoot { 
         display : table-footer-group; 
}
col { 
         display : table-column; 
}
colgroup { 
         display : table-column-group; 
}
td , th { 
         display : table-cell; 
}
caption { 
         display : table-caption; 
}
#top {
          text-align : center;
}
dd {
	   margin-right : .5em;
	   margin-left : 1.75em;
}