/* Css file for Superstars website */

/* Body background and fonts */

body
{
font-family: verdana,geneva,arial,helvetica,sans-serif;
font-size: 10pt;
color: #000000;
background-color: #000000;
}
h1
{
font-size: 12pt;
font-weight: bold;
}
h2
{
font-size: 14pt;
font-weight: bold;
}
h3
{
font-size: 16pt;
font-weight: bold;
}



p.left
{
text-align: left;
font-size: 10pt;
}
p.small
{
text-align: right;
font-size: 8pt;
font-weight: normal;
}
p.center
{
text-align: center;
font-size: 10pt;
}
p.copyright
{
text-align: center;
font-size: 8pt;
font-weight: normal;
}

p.smallest
{
text-align: right
font-size: 7pt
font-weight: normal
}
/* Links for top of page */

a.top
{
font-family: verdana,geneva,arial,helvetica,sans-serif;
font-size: 10pt;
text-decoration: none;
text-align: center;
}

a.top:link
{
color: #ffffff;
}

a.top:visited
{
color: #ffffff;
}

a.top:hover
{
color: #ff0000;
}

a.top:active
{
color: #cccccc;
}


/* table data for top bar */

td.top
{
background-color: #666666;
text-align: center;
}

/* Links for mail */
a.mail:link
{
color: #ff0000;
}
a.mail:visited
{
color: #ff0000;
}
a.mail:hover
{
color: #000000;
}
a.mail:active
{
color: #ff0000;
}




/* Links for bookstore logos */


a.bookstores:link
{

color: #999999;
}

a.bookstores:visited
{
color: #999999;
}

a.bookstores:hover
{
color: #ff0000;
}

a.bookstores:active
{
color: #333333;
}



/* Links for store thumbnails */


a.stores:link
{

color: #999999;
}

a.stores:visited
{
color: #999999;
}

a.stores:hover
{
color: #ff0000;
}

a.stores:active
{
color: #000000;
}


/* Links for captions */
a.caption
{
text-align: center;
font-size: 8pt;
font-weight: normal;
text-decoration: none;
}
a.caption:link
{
color: #000000;
}
a.caption:visited
{
color: #000000;
}
a.caption:hover
{
color: #cc0000;
}
a.caption:active
{
color: #000000;
}
