/*<link rel="stylesheet" href="mystyles.css" type="text/css">*/

.big
{
font-family: verdana, helvetica, sans serif;
font-size: 3em;
color: #000000;
font-weight: bold;
}

.h1bold
{
font-family: verdana, helvetica, sans serif;
font-size: 1em;
color: #000000;
font-weight: bold;
}

.h2bold
{
font-family: verdana, helvetica, sans serif;
font-size: .8em;
color: #000000;
font-weight: bold;
}

.h1
{
font-family: verdana, helvetica, sans serif;
font-size: 1em;
color: #cccccc;
}

.h2
{
font-family: verdana, helvetica, sans serif;
font-size: .8em;
color: #cccccc;
}

.h3
{
font-family: verdana, helvetica, sans serif;
font-size: .7em;
color: #cccccc;
}

.credits
{
font-family: verdana, helvetica, sans serif;
font-size: .7em;
color: #000000;
}

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

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

a:active
{
text-decoration: none;
color: #FFA80E;
}

a:hover
{
text-decoration: none;
color: #ffffff;
}

input, select 
{ 
font-size: 11px; border: .1em inset #000000;
height: 1em;
}


