body,p,li,ol,ul
{
color: #333333;
font-size: 0.8pc;
font-family: "Century Gothic", Arial, Helvetica, Verdana, SunSans-Regular;
text-align: left;
}

h1
{
color: #990033;
font-size: 1.2pc;
font-weight: normal;
text-align: left;
}

h2
{
color: #990033;
font-size: 1.0pc;
font-weight: normal;
text-align: left;
}

.text
{ 
color: #333333;
font-size: 0.8pc;
text-align: justify;
}

.footer
{ 
color: #333333;
font-size: 0.75pc;
text-align: center;
}

a
{
color: #3333ff;
text-decoration: underline;
}

a:link
{
color: #3333ff;
text-decoration: none;
}

a:visited
{
color: #3333ff;
text-decoration: none;
}

a:hover
{
color: #3333ff;
text-decoration: underline;
}

/* start credit css */

.credit
{ 
color: #999999;
font-size: 0.75pc;
text-align: center;
}

a.credit
{
color: #999999;
text-decoration: underline;
}

a.credit:link
{
color: #999999;
text-decoration: underline;
}

a.credit:visited
{
color: #999999;
text-decoration: underline;
}

a.credit:hover
{
color: #999999;
text-decoration: none;
}

/* start menu css */

table.menu
{
width: 150px;
background-color: white;
border: 1px solid #999966;
border-collapse: collapse;
}

td.menu
{
width: 150px;
height: 20px;
padding: 0px;
border: 1px solid #999966;
}

td.menubase
{
width: 150px;
height: 325px;
padding: 0px;
border: 1px solid #999966;
background-color: white;
}

a.menu
{
color: #333333;
text-align: center;
font-size: 0.75pc;
background-color: white;
display: block;
width: 150px;
height: 20px;
text-decoration: none;
}

a.menu:link
{
color: #333333;
text-align: center;
font-size: 0.75pc;
background-color: white;
display: block;
width: 150px;
height: 20px;
text-decoration: none;
}

a.menu:visited
{
color: #333333;
text-align: center;
font-size: 0.75pc;
background-color: white;
display: block;
width: 150px;
height: 20px;
text-decoration: none;
}

a.menu:hover
{
color: #333333;
background-color: #cccc99;
display: block;
width: 150px;
height: 20px;
text-decoration: none;
}