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

/* overall appearance */

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

/* links */
/* with rollover effect and underline */

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;
}

/* links with rollover but not underline, such as rendered type on login.theworld.com */
/* currently available only in white style sheet */

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

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

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

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

/* navbar links */
/* and anything else that should have no rollover or underline */

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;
}

/* anchors (targets, not links) */
/* currently available only in white style sheet */

A.anchor {
color:           #000000;
background:      transparent;
text-decoration: none;
border:          none;
margin-bottom:   0px;
}

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

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

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


