@import 'default.css';
html
{
	background-color: #ccc;
}
div#title
{
	background-color: #888;
}

p.box
{
	background-color: #999;
}
