/* General.css by Matt Fritz */
/* June 23, 2007 */
/* General site stylesheet for the main page of Whedonopolis.com */

body
{ 
background-image: url('images/stars2.gif');
background-repeat: repeat;
}

/* Main page text (Verdana, size 2) */
.mainText
{
font-family: "Verdana";
font-size: 12;
color: white;
}

/* Main page text (Anson, size 2) */
.mainTextAnson
{
font-family: "Anson";
font-size: 12;
font-weight: bold;
color: white;
}

/* Features box text (Verdana, size 2) */
.featuresText
{
font-family: "Verdana";
font-size: 12;
color: white;
}

/* They said pithy, so I went with pithy! */
.pithyMotto
{
font-family: "Anson";
font-size: 22;
font-weight: bold;
color: white;
}

/* Scrolling quote style */
.scrollingQuote
{
font-family: "Anson";
font-size: 18;
font-style: italic;
color: white;
}

A.mattLink
{
color: silver;
}

/* #################### MENU STYLES ###################### */

.dropMenu
{
position:absolute;
left: 200px;
top: 200px;
background-color: black;
border:1px solid white;
font: normal 14px Verdana;
color: white;
z-index: 100;
width: 92px;
visibility: hidden;
}

A.menuLink
{
background-color: black;
font: normal 12px Verdana;
color: white;
text-decoration: none;
width: 92px;
}

A.menuLink:hover
{
background-color: #C4C4C4;
font: normal 12px Verdana;
color: white;
text-decoration: none;
width: 92px;
}
