@CHARSET "UTF-8";
body {
	background-color:#cc0000;
	font-family:sans-serif;
	font-size:100%;
}

a,a:visited {
	color: #0000ff;
/*	text-decoration: none; */
}

p, .article_list {
	line-height:1.5;
}

h1 {
	font-size:150%;	
}

.article_list_container {
	width:75%;	
}

li {
	padding: 5px 0 5px 0;
}