@import "./default.css";

body
{
	background-color: #f9f9e1;
	color: #000;
}

.Content a:link, .Content a:visited, .Content a:active, h1, h2, hr
{
    color: #b00;
}

.Content a:link, .Content a:visited, .Content a:active
{
    border: 1px solid #f9f9e1;
}

.Content a:hover 
{
    background-color: #fee;
    border: 1px solid red;
}

.nodecoration a:link, .nodecoration a:visited, .nodecoration a:active, .nodecoration a:hover
{
    background: none;
	border: none;
    color: none;
}

.highlight
{
	background-color: #eef;
    border: 1px solid red;
}
