body
        {
        font-size:12px;
        font-family: Trebuchet MS;
        color: CCCCCC;
        background:url(images/nightelves.jpg);
        background-repeat: no-repeat;
        background-attachment:fixed;
        background-position: bottom right;
        background-color: 323232;
        }
        
.yellowfont {
color : EDB023;
}

.button {
        font-size:13px;
        font-family: Trebuchet MS;
        color: CCCCCC;
}

.blacktext {
        color: 000000;
}

.copyright {
        font-size:11px;
        font-family: Trebuchet MS;
        color: 525252;
}

a:link
        {
        color: CCCCCC; text-decoration:none;  font-size: 16px;
        }

a:active
        {
        color: CCCCCC; text-decoration:none;  font-size: 16px;
        }

a:visited
        {
        color: CCCCCC; text-decoration:none;  font-size: 16px;
        }

a:hover
        {
        color: ffffff; text-decoration:underline;  font-size: 16px;
        }
        
.yellowlink a:link {
        color: EDB023; text-decoration:none; font-size: 24px;
}

.yellowlink a:active {
        color: EDB023; text-decoration:none; font-size: 24px;
}

.yellowlink a:visited {
        color: EDB023; text-decoration:none; font-size: 24px;
}

.yellowlink a:hover {
        color: CCCCCC; text-decoration:underline; font-size: 24px;
}
        
        
#dropmenudiv{
position:absolute;
border:1px solid black;
padding:10px;
border-bottom-width: 0;
font:12px Trebuchet MS;

z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: black;
}
