/* World style sheet, 2003 */
/* applies to black pages in all browsers */
/* browser-specific or page-specific details should not go here */

/* overall appearance */

BODY {
margin:           16px;
background-color: #000000;
color:            #FFFFFF;
}

/* links */

A {
color:           #6666FF;
/* background:      transparent; */ /* this breaks NS 4 */
text-decoration: none;
border:          none;
border-bottom:   1px solid #0000CC;
margin-bottom:   0px;
font-weight:     bold;
}

A:visited {
color:           #FF66FF;
/* background:      transparent; */
text-decoration: none;
border:          none;
border-bottom:   1px solid #990099;
margin-bottom:   0px;
font-weight:     bold;
}

A:hover {
color:           #9999FF;
background:      #000066;
text-decoration: none;
border:          none;
border-bottom:   1px solid #4444CC;
margin-bottom:   0px;
font-weight:     bold;
}

A:active {
color:           #FF6666;
background:      #990000;
text-decoration: none;
border:          none;
border-bottom:   1px solid #CC4444;
margin-bottom:   0px;
font-weight:     bold;
}

/* navbar links */

A.linkplain {
color:           #6666FF;
background:      transparent;
text-decoration: none;
border:          none;
margin-bottom:   0px;
font-weight:     bold;
}

A.linkplain:visited {
color:           #FF66FF;
background:      transparent;
text-decoration: none;
border:          none;
margin-bottom:   0px;
font-weight:     bold;
}

A.linkplain:hover {
color:           #9999FF;
background:      transparent;
text-decoration: none;
border:          none;
margin-bottom:   0px;
font-weight:     bold;
}

A.linkplain:active {
color:           #FF6666;
background:      transparent;
text-decoration: none;
border:          none;
margin-bottom:   0px;
font-weight:     bold;
}


