/*********************
 *   D E F A U L T   *
 *********************/
body {
  color: rgb(248,248,248);
  background: rgb(14,132,171);
} 

h1, h2, h3, h4, h5, h6, ul, 
ol, dl, td, th, address, caption, 
pre, blockquote {
  color: rgb(248,248,248);
  background: transparent;
} 

p {
  text-indent: 1.2em;
  color: rgb(248,248,248);
  background: transparent;
} 

a img {
    background-color: transparent;
    color: rgb(42,123,74);
} 

a {
  color: #66ddee;
  background: transparent;
} 

a:visited {
  color: #55ccdd;
  background: transparent;
} 

a:active {
  color: #FF0000;
  background: transparent;
} 

a:hover {
    color: rgb(235,188,94);
    background: rgb(14,82,131);
}


/***************
 *   P A G E   *
 ***************/ /*  LINE 50 */
div.page {
    margin-left: 7em; /* change according to menu */
    margin-right: 0.1em;
} 

/***********************
 *    P I N M E N U    *
 ***********************/
div.pinmenu {
    position: fixed;
    margin-top: 0.2em;
    margin-left: 0.2em;
    width: 5em;
    color: rgb(248,248,248);
    background: rgb(14,132,171);
/* everything below is needed because of Netscape 4.x only */
    float: left;
    padding: 0.2em 0.2em 1.2em 0.2em;
}

div.pinmenu p, div.pinmenu td {
    margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: rgb(248,248,248);
    background: rgb(24,102,150);
} 

div.pinmenu th {
    color: rgb(248,248,248);
    background: rgb(4,62,111);
}

div.pinmenu a:hover {
    color: rgb(235,188,94);
    background: rgb(65,125,170);
} 

/***********************
 *     N A V B A R     *
 ***********************/
div.navbar {
   margin-left: 7em;
   margin-right: 0.1em;
/* everything below is needed because of Netscape 4.x only */
   color: rgb(248,248,248);
   background: transparent;
}

div.navbar td,div.navbar th {
    color: rgb(248,248,248); /* LINE 100 */
    background: rgb(14,72,121);
} 

div.navbar a:hover {
    color: rgb(235,188,94);
    background: rgb(65,125,170);
} 

div.navbar a {
  color: #66ccee;
  background: transparent;
} 

div.navbar a:visited {
  color: #55ccdd;
  background: transparent;
} 

div.navbar a:active {
  color: #FF0000;
  background: transparent;
} 

/***********************
 *     S U B B A R     *
 ***********************/
div.page div.subbar {
   margin-left: 0.1em; /* 7em; */
   margin-right: 0.1em;
   font-size: small;
/* everything below is needed because of Netscape 4.x only */
   color: rgb(248,248,248);
   background: transparent;
}

div.page div.subbar td,div.page div.subbar th {
    font-size: small;
    color: rgb(248,248,248);
    background: rgb(4,52,90);
} 

div.page div.subbar a:hover {
    color: rgb(235,188,94);
    background: transparent;
} 

div.page div.subbar a {
   color: #66ccee;
   background: transparent;
} 

div.page div.subbar a:visited {
  color: #55ccdd;
  background: transparent;
} 

div.page div.subbar a:active {
  color: #FF0000;
  background: transparent;
} 
