body {
	margin: 0 0 0 10px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

table {
	font-size: 10px;
}

.header_news {
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #666; 
	background-color:#000000;
}

.container_news {
	width: 100%;
	text-align: left;
	border: 1px solid #666666; 
	color: black;
	background-color: white;
}

.container_news a {
	font-weight: bold;
	color: red;
}
.content {
	background-color: white;
}
.container_news a:hover {
	text-decoration: none;
}

.index {
	width: 650px;
	padding-bottom: 30px;
	border-bottom: 1px solid #666;
}

.index .header {
	width: 400px;
	padding: 10px 0 0 10px;
	background-color: #FFF;
	height: auto;
	font-weight: bold;
}

h2 {
	padding-bottom: 15px;
}

.index ul {
	padding: 0px;
	margin: 0px;
}

.index li {
	list-style:square;
	margin: 14px 8px 0 30px;
	font-size: 1.1em;
}

.article {
	padding: 5px 20px 20px 20px;
}

.article_link a{
	font-weight: bold;
	margin-left: 20px;
	color: red;
}

.article_link a:hover {
	text-decoration: none;
}

.article a {
	font-size: 12px;
	color: black;
	font-weight: normal;
	text-decoration: none;
}

.article a:hover {
	font-size: 12px;
	color: #999;
	font-weight: normal;
	text-decoration: underline;
}

.article table {
	font-size: 10px;
	background-color: white;
	margin-top: 15px;
	border: 1px solid #ccc;
}	

.seperate {
	margin: 10px;
	padding: 10px 0 10px 0px;
	width: 630px;
	border-bottom: 1px solid #666;
}

.contact {
	font-size: 10px;
	text-align: left;
}

.contact a {
	color: red;
}

.contact a:hover {
	text-decoration: none;
}

.figure {
	width: 328px;
	text-align: right;
	color: #666;
	padding-bottom: 10px;
}

#footer {
	width: 650px;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 50px;
	padding-top: 10px;
}

.category-list {
	float: left;
	display: inline;
	width: 315px;
	margin: 5px 10px 15px 25px;
	text-align: left;
}

u {
	font-size: 12px;
}