body { 
  /*background-image: url(jfk_logo.gif);  
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;*/
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
/* IE stuff */
        scrollbar-3dlight-color: rgb(255, 255, 255);
        scrollbar-arrow-color: rgb(0, 0, 255);
        scrollbar-base-color: rgb(105, 105, 105);
        scrollbar-darkshadow-color: rgb(169, 169, 169);
        scrollbar-face-color: rgb(240, 255, 255);
        scrollbar-highlight-color: rgb(255, 255, 255);
        scrollbar-shadow-color: rgb(173, 216, 230);
        scrollbar-track-color: rgb(240, 248, 255);
        /* End IE stuff */              }
td {   background-color: transparent;  color: rgb(0, 0, 0);  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  font-size: 11px;     }
p {   background-color: transparent;  color: rgb(0, 0, 0);  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  font-size: 11px;     }
h1 { background: transparent;  color: rgb(255, 69, 0);  font-family: Arial, Helvetica, sans-serif;  font-size: 18px;             }
h2 { background: transparent;  color: rgb(255, 69, 0);  font-family: Arial, Helvetica, sans-serif;  font-size: 14px;             }
h3 { background: transparent;  color: rgb(255, 69, 0);  font-family: Arial, Helvetica, sans-serif;  font-size: 12px;             }
h4 { background: transparent;  color: rgb(255, 69, 0);  font-family: Arial, Helvetica, sans-serif;  font-size: 10px;             }
b { font-weight: bold;  background: transparent;  color: rgb(0, 0, 0);   }

/* IE stuff */
HR {
        color: rgb(0, 0, 255);
        height: 1pt;
        background-color: transparent;
        /*width: 600px;
        text-align: left;*/
}
/*
a:link {
        background-color : rgb(245, 255, 250);
        color : rgb(255, 69, 0);
        text-decoration : none;
}

a:visited {
        background-color : rgb(245, 255, 250);
        color : rgb(245, 222, 179);
        text-decoration : none;
}

a:active {
        background-color : rgb(245, 255, 250);
        color : rgb(255, 0, 0);
        text-decoration : none;
        }
*/
a:hover {
        /*background-color : rgb(245, 255, 250);
        color : rgb(0, 0, 255);*/
        text-decoration : underline overline;
		          background: transparent url(linkbg.gif) repeat-y fixed bottom;
}
/* End IE stuff */

/* ############################# Class ############################### */

.extendp {
        margin: 2px;
        padding: 2px;
        background-color: transparent;
        color: rgb(128, 0, 0);
        font-size: 9px;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        text-align: left;
        text-decoration: none;
        /* width: 350px; */
        border-left-color: rgb(112, 128, 144);
        border-left-style: solid;
        border-left-width: 1px;
}
.artikel {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: rgb(255, 255, 255);
        background-color: rgb(0, 102, 204);
        padding: 2px;
        /*width: 350px;*/
}
.justsmall {
  background-color: transparent;
  color: rgb(128, 0, 0);
  font-size: 12px;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
}
.heading { background: transparent;  color: rgb(255, 102, 0);  font-family: Arial, Helvetica, sans-serif;  font-size: 14px;  font-weight: bold;     }
.sidehead {
	background: transparent;  color: rgb(0, 77, 117);  font-family: Arial, Helvetica, sans-serif;  font-size: 14px;  font-weight: bold;
}
.sidetitle { background: rgb(173, 216, 230);  color: rgb(0, 0, 0);  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  font-size: 10px;  font-weight: bold;     }
.sidetext {
	background: rgb(240, 248, 255);
	color: rgb(0, 0, 0);
	border: thin dashed rgb(173, 216, 230);
	padding: 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.thispage {
	background: transparent;  color: rgb(255, 69, 0);  font-family: Arial, Helvetica, sans-serif;  font-size: 18px;
	font-weight: bold;
}


