/*
This is a color-themed stylesheet to be used by a particular page.
The styles in it exist in the other color-themed stylesheets; updates
here should be made there also.
*/

@import "./default.css";

body
{
	background-color: #ccc;
	color: #000;
}

.Content a:link, .Content a:visited, .Content a:active, h1, h2, hr
{
    color: #000;
}

.Content a:link, .Content a:visited, .Content a:active
{
    border: 1px solid #ccc;
}

.Content a:hover 
{
    background-color: #bbb;
    border: 1px solid #000;
}

.nodecoration a:link, .nodecoration a:visited, .nodecoration a:active, .nodecoration a:hover
{
    background: none;
	border: none;
    color: none;
}

.highlight
{
	background-color: #bbb;
    border: 1px solid #000;
}
