body {
  background: fixed url(http://www.jelks.nu/images/blue_gradient.gif)  navy;
}

table { 
  width: 93%; 
  margin-top: 2%;
  margin-left: 3.5%;
  margin-right: 3.5%;
  margin-bottom: 5%;  
}

table, tr, td {
  color: navy;
  font: medium garamond, times, serif;
  background: white url(http://www.jelks.nu/images/JazzyGray.gif);
}

#outer {
  background: white url(http://www.jelks.nu/images/JazzyGray.gif);
}

@media screen {		/* block out Netscape 4 specifically */
	table, tr, td { background: transparent none; }
  #inner {
    background: white url(http://www.jelks.nu/images/JazzyGray.gif);
  }
}

h1, h2, h3 { font-weight: normal; }
h2, h3 { font-family: verdana, arial, sans-serif; }
h1  { font-size: xx-large; color: maroon; }
h2  { font-size: medium; color: maroon; }
h3  { font-size: xx-small; color: #006400; }

address {
    margin-top: -10px;
    font-style: normal;
    font-size: x-small;
    font-family: arial, helvetica, sans-serif;
}

.specific  { font-size: small; color: maroon; }

#validated { margin-left: 10px; margin-top: -10px; }
#lastmod {
    color: gray;
    font-size: x-small;
    font-family: verdana, helvetica, sans-serif;
}

a { text-decoration: none; }
a img { border-style: none; }
a:link { color: blue; }
a:visited { color: purple; }
a:hover { color: red; }
