<!-- /* don't edit, created by WML */ -->
<!-- /* info: /home/jsellens/projects_glab/www/syonex.com/styles/syonex.wml */ -->
<!-- /* info: jsellens/John Sellens */ -->
<!-- /* info: Tue Oct 4 00:51:48 2022 */ -->
<!-- /* info: 2.32.0 */ -->
/* $Header: /home/jsellens/CVSHOME/www/syonex/styles/syonex.wml,v 1.10 2012/09/24 00:52:50 jsellens Exp $ */
/* defaults, rather than on <body> */
/* netscape 4 doesn't do hover */
/* this means that visited links are slightly greyer */
a:link { color: #000000 }
a:visited { color: #585858 }
a:hover { color: #000000 }
a:active { color: #585858 }
a.nodecor:link { text-decoration: none }
a.nodecor:visited { text-decoration: none }
a.nodecor:hover { text-decoration: none }
a.nodecor:active { text-decoration: none }
a.stealth:link { color: #000000; text-decoration: none }
a.stealth:visited { color: #000000; text-decoration: none }
a.stealth:hover { color: #000000; text-decoration: none }
a.stealth:active { color: #000000; text-decoration: none }
/* I'm not sure that the color and text-decoration are needed here ... */
.navbar {
    font-size: 100%;
    /* font-family: verdana, helvetica, sans-serif, times; */
    font-family: verdana, helvetica, sans-serif;
    font-weight: bold;
    /*
    color: #ffffff;
    background-color: #0000a0;
    color: #0000a0;
    */
    color: black;
    background-color: #e0e0e0;
    text-decoration: none;
    }
/* need to specify all link colors to override the a: defaults above */
a.navbar:link { color: black; }
a.navbar:visited { color: black; }
a.navbar:hover { color: #666666; }
a.navbar:active { color: black; }
/* hidden text in subnavbar - the text makes the bar the right height */
.navbarhide {
    font-size: 100%;
    font-family: verdana, helvetica, sans-serif;
    font-weight: bold;
    color: #e0e0e0;
    background-color: #e0e0e0;
    }
.sidebartable {
    padding: 0;
    border: 0;
    /* margin-right: 10px; */
    margin: 0 0 0 0;
}
.sidebardata {
    background: #e0e0e0;
    width: 100px;
    padding: 0;
    border: 0;
    margin: 0 0 0 0;
}
.headtext {
    font-size: 100%;
    /* font-family: trebuchet, helvetica, sans-serif; */
    font-family: verdana, helvetica, sans-serif;
    font-weight: bold;
    /* color: #0000a0; */
    color: #000000;
    }
.width50 {
    width: 50%;
}
h1 {
    /* font-family: verdana, sans-serif, trebuchet, helvetica, sans-serif; */
    font-family: verdana, helvetica, sans-serif;
    /* font-size: x-large; */
    font-size: 150%;
    font-weight: bold;
    font-style: normal;
    color: #0000a0;
    background: #ffffff;
}
h2 {
    /* font-family: verdana, sans-serif, trebuchet, helvetica, sans-serif; */
    font-family: verdana, helvetica, sans-serif;
    /* font-size: large; */
    font-size: 130%;
    font-weight: bold;
    font-style: normal;
    color: #0000a0;
    background: #ffffff;
}
h3 {
    font-family: verdana, helvetica, sans-serif;
    /* font-size: 1.33em; */
    font-size: 110%;
    font-weight: bold;
    font-style: normal;
    /*
    color: #000000;
    */
    color: #0000a0;
    background: #ffffff;
}
h4 {
    font-family: verdana, helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    font-style: normal;
    /*
    color: #000000;
    */
    color: #0000a0;
    background: #ffffff;
}
.warning {
    font-weight: bold;
    color: #ff0000;
    background: #ffffff;
}
.textnav {
    /*
    font: normal normal normal 60% verdana,helvetica,sans-serif;
    */
    font: normal normal normal 100% verdana,helvetica,sans-serif;
    /*
    font-family: verdana, helvetica, sans-serif;
    font-size: 100%;
    font-style: normal;
    */
    color: #000000;
    background: #ffffff;
}
.logobar {
    /*
    font: normal normal normal 80% verdana,helvetica,sans-serif;
    */
    font: normal normal normal 100% verdana,helvetica,sans-serif;
    color: #000000;
    background: #ffffff;
}
.lastmod {
    /*
    font: normal normal normal 0.5em serif,times,verdana,helvetica,sans-serif;
    font: normal normal normal 0.70em serif,helvetica,sans-serif;
    */
    font: normal normal normal 0.70em helvetica,sans-serif;
    color: #000000;
    background: #ffffff;
}
/* this makes this the default, since everything is in the body */
/* but netscape seems to get the second paragraph wrong if we don't
   say "p" here too - or at least, I had a
   <p><blockquote></blockquote></p><p></p>
   and the second <p> was in the wrong font */
/* having span here too makes it easy to put a gratuitous <span> in
   places where my happy netscape gets the style wrong */
body, p, ol, ul, blockquote, span, td, tr, table, a {
    /* do we want verdana first here too, or just for headings, etc? */
    /* font-family: trebuchet, helvetica, sans-serif; */
    font-family: verdana, helvetica, sans-serif;
    /*
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    font: normal normal normal 1.00em verdana,helvetica,sans-serif;
    */
    color: #000000;
    background: #ffffff;
}
