/* all text */
BODY
{
    /* most of this stuff is repeated in <body>, for older browsers */
    font-family: verdana, sans-serif;
    color: #ff0000;
    background-color: #ffffff;
    background-position: top right;
    background-attachment: fixed;
    background-repeat: repeat;
}

/* all links */
a
{
    font-weight: normal;
    text-decoration: underline;
}

/* all unvisited links */
a:link
{
    color: #FFFF66;
}

/* all visited links */
a:visited
{
    color: #ffffc0;
}

/* all currently selected links */
a:active
{
    color: #ff0000;
}

/* mouseover links */
a:hover
{
    color: #ffff00;
    text-decoration: underline;
}

/* all text in the navigate area */
span.navigate
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #660099;
	font-size: 8px;
}

span.navigate a
{
    font-variant: small-caps;
    font-size: x-small;
}

/* all unvisited links */
span.navigate a:link
{
    color: #ffff00;
}

/* all visited links in the navigate area */
span.navigate a:visited
{
    color: #ffffff;
}

/* all currently selected links in the navigate area */
span.navigate a:active
{
    color: #ff0000;
}

/* mouseover links in the navigate area */
span.navigate a:hover
{
    color: #ffff00;
    text-decoration: underline;
}


