/* dutch.css */

body {
  color: black;
  background-color: silver;
  background-image: url(theme/metal.png);
  background-repeat: repeat;
}

H1, H2, H3, H4, H5, H6 {
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  color: black;
}

div A:link {
  color: #000099; 
}

div A:visited {
  color: #41007D;
}

.content A:link {
  color: #000099; 
}

.content A:visited {
  color: #41007D;
}

.resourcebanner {
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 200%;
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  letter-spacing: 2px;
}

/* text in topbar */
.banner {
  color: white;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  font-size: 200%;
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  letter-spacing: 2px;
}

/* Bar along top */
.topbar {
  background-image: url(theme/bluebinary.gif);
  background-repeat: repeat;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: medium;
  letter-spacing: 1px;
}

.navtable {
  background-image: url(theme/metal.png);
  background-repeat: repeat;
}

.linkbutton {
  color: white;
  text-align: center;
  text-decoration: none;
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-weight: bold;
  font-size: medium;
  letter-spacing: 1px;
}

.navbutton {
  background-image: url(theme/bluebinary.gif);
  background-repeat: repeat;
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-weight: bold;
  font-size: medium;
  letter-spacing: 2px; 
  text-align: center;
  text-decoration: none;
  color: white;
  border-top-color: #339999;
  border-left-color: #339999;
  border-right-color: black;
  border-bottom-color: black;
  border-width: thin;
  border-style: outset;
}

.resourcebar {
  text-align: center;
  background-image: url(resources/theme/binary-motion.gif);
}


HR {
/*  color: #000099;*/
  background-image: url(theme/firebar.gif);
}
