@import url(style.css);

body {
	background: #fffff3;
}

a {
	color: navy;
}

a:visited {
  color: maroon;
}	

a:active {
	color: black;
}

a:hover {
	color: black;
}

#sidebar {
	background: #47f;
  border-right-color: #44a;
}

#titlebar {
  background: #7bf; 
}

