@import url("/css/layout.css");
@import url("/css/menu.css");
@import url("/css/article.css");

body {
	margin: 0px;
	background-image: url("/gfx/bg.jpg");
	background-repeat: repeat-x;
}

hr {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #006c92;
	color: white;
	background-color: white;
}

a {
	color: #006c92;
}

.imp {
	border: 1px solid black;
}