h2.ez span.z
{
    color: red;
}
.ez
{
    font-size: 20pt;
    color: black;
}
span.ware
{
    text-transform: uppercase;
    font-size: 14pt;
    color: #333333;
}
h2,h6,p
{
    font-family: "verdana","sans-serif";
    font-weight: normal;
}
h6
{
    margin-top: 2in;
    text-align: center;
}
.menuBar
{
    height: 36px;
    background-color: #5f5f5f;
    width: 100%;
}
.menu
{
    height: 28px;
    background-color: #5f5f5f;
    color: white;
    font-size: 12pt;
    font-family: "verdana","sans-serif";
    font-weight: normal;
    padding-right: 1em;
    vertical-align: middle;
}
.menu a
{
    text-decoration: none;
    color: white;
}
.menu a:hover
{
    text-decoration: underline;
}
/* Styles for manual. */
dl.man
{
    margin-left: 3em;
}
dt.man
{
    font-weight: bold;
    text-decoration: underline;
}
dd.man
{
    margin: 0;
    padding: 0 0 0.5em 0;
}
span.manOption
{
    border: 1px solid black;
    font-weight: bold;
}
/* Plugins*/
table.plugin
{
    border: 1px solid black;
    border-collapse: collapse;
}
th.plugin
{
    background-color: #444;
    color: white;
}
td.plugin
{
    border-left: 1px solid black;
    padding: 4px;
}
