@import url("./layout_main.css");
@import url("./layout_category.css");
@import url("./layout_other.css");

body {
	background-color: #ebebeb;
	margin: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
	color: #fff;
	font-weight: bold;
}

* {
	padding: 0;
	margin: 0;
}

a, a:active {
	text-decoration: none;
	color: #fff;
}

a:visited {
	color: #fff;
}

a:hover {
	color: #ffd700;
}

img {
	border: 0px;
}
p {
	padding-bottom: 10px;
}