body
{ 
 background: #000000;
 color: silver;
 font-family: 'century gothic', serif;
 background-image: url('../images/purpleback.jpg');
 background-repeat: no-repeat;
 background-position: top;
 background-attachment: fixed;
}

h1
{
 font-size: 36pt;
 font-family: 'monotype corsiva', serif;
 font-style: italic;
}

h2
{
 font-size: 16pt;
 color: #EE82EE;
}

h3
{
 font-size: 14pt;
}

h4
{
 font-size: 12pt;
 color: #EE82EE;
}

h5
{
 font-size: 10pt;
}

h6
{
 font-size: 8pt;
}

h7
{
 font-size: 6pt;
}

h10
{
 color: fuchsia;
 font-size: 13pt;
}

input.t
{
 width: 325px;
}

input.t1
{
 width: 150px;
}

input.b
{
 background: #000000;
 font-family: 'century gothic', serif;
 font-size: 8pt;
 color: #D8BFD8;
 font-weight: bold;
// vertical-align: top;
 border-style: solid;
 border-width: 1px;
 border-color: #D8BFD8;
 height: 25px;
 width: 80px;
}
input.b:link {color:#D8BFD8}
input.b:visited {color:#D8BFD8}
input.b:hover
{
 color:fuchsia;
 border-color: fuchsia;
}
input.b:active {color:#D8BFD8}

select.c
{
 width: 100px;
 background: #000000;
 font-family: 'century gothic', serif;
 font-size: 8pt;
 color: silver;
 font-weight: bold;
 border-style: solid;
 border-width: thin;
 height: 20px;
 width: 80px;
}

select.a
{
 width: 328px;
 background: #000000;
 font-family: 'century gothic', serif;
 font-size: 12pt;
 color: silver;
 font-weight: bold;
 border-style: solid;
 border-width: thin;
}
select:link {color:#D8BFD8}
select:visited {color:#D8BFD8}
select:hover
{
 color:fuchsia;
}
select:active {color:#D8BFD8}

option
{
 background: #000000;
 font-family: 'century gothic', serif;
 font-size: 8pt;
 color: silver;
 font-weight: bold;
 border-style: solid;
 border-width: thin;
}

textarea
{
 width: 325px;
}

a:link {color:#D8BFD8}
a:visited {color:#D8BFD8}
a:hover {color:fuchsia}
a:active {color:#D8BFD8}
a
{
 text-decoration: none;
}