body
{
font-variant: normal;
font-size: normal;
color:white;
font-weight: normal;
background-color: black;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0 auto;
text-align: left;
width:800px;
}

h1
{
font-size: large;
font-weight: bold;
}

h2
{
font-size: large;
font-weight: bold;
color:red;
}

h3
{
font-size: large;
font-weight: normal;
color:white;
}

h4
{
font-size: normal;
font-weight: bold;
color:white;
font-variant: small-caps;
margin-bottom: 6px;
}

a, a:active, a:visited, a:link
{
color:cyan;
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}

.styleTitle
/*
css class - without the dot, overrides the defailt specs
for example use like this:
<div class="defTerm">...apply the new style (div forces a newline)</div>
or
<span class="defTerm">...apply the new style (in the same sentence)</span>
*/
{
font-variant: small-caps;
font-size: normal;
font-weight: bold;
color:red;
}

.styleMenu a, .styleMenu a:active, .styleMenu a:visited, .styleMenu a:link
{
font-variant: small-caps;
font-size: large;
font-weight: bold;
color:red;
text-decoration: none;
margin-bottom: 10px;
}

.styleMenu a:hover
{
font-variant: small-caps;
font-size: large;
font-weight: bold;
color:red;
margin-bottom: 10px;
text-decoration: underline;
}

img {border: 0px;}



/* ========================= */



