@import url("news.css");
@import url("top.css");
body {
	margin: 0px;
	padding: 0px;
	background-color: #2E2E2E;
}
a:link {
	color: #0066ff;
	text-decoration: underline;
}
a:visited {
	color: #0066ff;
	text-decoration: none;
}
.txt_small {
	font-size: 63%;
	color: #333333;
}

a:hover {
	color: #ff7e00;
	text-decoration: underline;
}
a:active {
	color: #0066ff;
	text-decoration: underline;
}

.wrapper {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7E4B37;
	border-left-color: #7E4B37;
}

.text_big {
	font-size: 82%;
}

.basic_txt {
	font-size: 75%;
	line-height: 130%;
	color: #333333;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
