/* Topmost cascading style sheet for "Supervillain Central"
2001-7-7, David Mitchell */

BODY
{
font-family: courier new, serif;
font-size: .9em;
text-align: justify;
font-color: #FFFFFF;
background-color: #222222;
background-image: "bg1.jpg";
background-attachment: fixed;
}

P
{ 
font-family: Arial, sans-serif;
font-size: 0.9em;
text-align: justify;
color: #FFFFFF;
}

A:link
{
font-family: courier new, "minion web", serif;
font-size: .9em;
background-color: transparent;
text-decoration: underline;
color: #DD0000;
}
A:visited
{
font-family: courier new, "minion web", serif;
font-size: .9em;
background-color: transparent;
text-decoration: underline;
color: #DD00DD;
}
A:active
{
font-family: courier new, "minion web", serif;
font-size: .9em;
background-color: #600000;
text-decoration: underline;
color: #FF3333;
}

DT
{
font-family: courier new, serif;
font-size: 1em;
color: #FFFFFF;
text-decoration: italic;
}
DD
{
font-family: courier new, serif;
font-size: .9em;
color: #FFFFFF;
}

H1
{
font-family: BankGothic Md BT, Wide Latin, sans-serif;
font-size: 3.5em;
font-weight: normal;
color: #00EE00;
text-align: center;
}

H2
{
font-family: Impact, sans-serif;
font-size: 2em;
font-weight: bold;
color: #00EE00;
}

H3
{
font-family: courier new, serif;
font-size: 1.2em;
text-align: left;
font-weight: bold;
font-style: italic;
}

/*************class selectors****************/
P.bigprint
{
font-family: courier new, serif;
font-size: 1.1em;
text-align: justify;
font-weight: normal;
}

P.smallprint
{
font-size: .6em;
text-align: center;
}

P.list
{
font-size: .8em;
color: #FFFFFF;
text-align: left;
}

P.highlight
{
text-color: #000000;
background-color: #FF0000;
}

A.hashlink:link
{
text-decoration: none;
background-color: transparent;
}

A.biglink:link
{
font-family: courier new, "minion web", serif;
font-size: 1.1em;
font-weight: bold;
background-color: transparent;
text-decoration: underline;
color: #DD00DD;
}
A.biglink:visited
{
font-family: courier new, "minion web", serif;
font-size: 1.1em;
font-weight: bold;
background-color: transparent;
text-decoration: underlined;
color: #DD00DD;
}
A.biglink:hover
{
}
A.biglink:active
{
font-family: courier new, "minion web", serif;
font-size: 1.1em;
font-weight: bold;
background-color: #600000;
text-decoration: underline;
color: #FF3333;
}