a, a:selected, pre a:visited {
color: orange;
}
h1 {
color:black;
background-color:orange;
border-color:black;
}
b {
color:orange
}
pre {
color: #dddddd;
}
.menuitem {
color: white;
background-color:black;
}
.menuitem:hover {
color: black;
background-color:white;
}
.menuitem:active {
color: white;
background-color:orange;
}
.menuitemactive {
color: white;
background-color:orange;
}
.clipboard {
color: white;
background-color:black;
}
#rightcol {
background-color:orange
}

