html,body,div,*{
background-color: #fff;
color: #000;
font-family: "times new roman", times, serif;
}

a:links,
a:visited,
a:hover,
a:active{
color: #000;
background-color: #fff;
}

a[href]:after{
content: " (" attr(href) ")";
}

acronym[title]:after,
abbr[title]:after{
content: " (" attr(title) ")";
}

.skip,
#foot,
#nav,
img.null{
display: none;
}

span[xml:lang]{
font-style: italic;
}