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

/* overall appearance */

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

/* links */

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

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

A:hover {
color:           #0000CC;
background:      #99CCFF;
text-decoration: none;
border:          none;
border-bottom:   1px solid #4444CC;
margin-bottom:   0px;
}

A:active {
color:           #CC0000;
background:      #FFCCCC;
text-decoration: none;
border:          none;
border-bottom:   1px solid #CC4444;
margin-bottom:   0px;
}

/* navbar links */

A.linkplain {
color:           #0000CC;
background:      transparent;
text-decoration: none;
border:          none;
margin-bottom:   0px;
}

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

A.linkplain:hover {
color:           #0000CC;
background:      transparent;
text-decoration: none;
border:          none;
margin-bottom:   0px;
}

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

