@charset "utf-8";

.news {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 0;
	float: left;
	width: 80%;
	margin: 0px;
	padding: 0px;
}

.header {
	width: 100%;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}


.article {
	padding-bottom: 20px;
}

.date {
	color: #666;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
.article a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #36F;
	text-decoration: none;
}

.article a:visited {
	color: #090
}

.article a:hover {
	color: #009;	
}
.article_description {
}

.menu {
	float: left;
	width: 15px;
	height: 600px;
	padding: 0px;
}

.tags {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 10px;
}
.tags a {
	color: #900;
	text-decoration: none;
	font-size: 10px;
}
.googlesearch {
	width: 600px;
}



.tags a:hover {
	color: #F00;
}

img {
	border-style: none;
}

