
body, table      {
    font-family: verdana, arial, helvetica;
    font-size: 1.75vw;
}

body {
    margin: 1em;
    margin-bottom: 3em;
}

#content {
    margin-left: auto;
    margin-right: auto;
    max-width: 80em;
}

.fixed     {
    font-family: courier new, courier;
}

.green    { color: #006000; }

.red      { color: red; }

.blue     { color: #000080; }

.bytespeed-blue { color: #1b61ac; }

.yellow   { color: #909000; }

.white    { color: #ffffff; }

.newtitle {
    font-family: century gothic, verdana,
                 arial, helvetica;
    font-size: 160%;
}

.ncctitle {
    font-family: new century schoolbook, century schoolbook, 
                 times new roman, times;
    font-size: 119%;
}

.largest  {
    font-size: 143%;
    font-weight: bold;
    font-family: verdana, arial, helvetica;
}

.large    {
    font-size: 119%;
    font-family: verdana, arial, helvetica;
}

.normal    {
    font-size: 100%;
    font-family: verdana, arial, helvetica;
}

.small    {
    font-size: 90%;
    font-family: verdana, arial, helvetica;
}

.smallest {
    font-size: 75%;
    font-family: verdana, arial, helvetica;
}

a         {
    font-weight: bold;
    font-family: verdana, arial, helvetica;
}

a:link    {
    color: black;
    text-decoration: underline;
}

a:visited {
    color: black;
    text-decoration: underline;
}

a:hover   {
    color: black;
    text-decoration: underline;
}

a.hidden         {
    font-weight: bold;
    font-family: verdana, arial, helvetica;
    text-decoration: none;
}

a:link.hidden    {
    color: black;
    text-decoration: none;
}

a:visited.hidden {
    color: black;
    text-decoration: none;
}

a:hover.hidden   {
    color: black;
    text-decoration: none;
}

/* new section */

div.left {
    float: left;
    margin-right: 1em;
}

div.right {
    float: right;
    margin-left: 1em;
}

#maincontent {
    float: left;
    width: 63vw;
    overflow: auto;
    margin-right: 4vw;
}

#sidebar {
    float: left;
    width: 25vw;
    overflow: auto;
    font-size: 72%;
}

div.footer {
    clear: both;
    padding-top: 1em;
    font-size: 85%;
}

img.tuxlogo {
    width: 8vw;
    height: auto;
}

