/* General Style */

html {
	background-color:#333333;
}

body {
	margin:0 auto;
	width: 950px;
	line-height: 1.5;
	font-size: small;
}

img {
	vertical-align: bottom;
}

a img {
	border: none;
}

a:visited {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

p.bg_white {
	background-color:#BBBBBB;
	margin:10px 30px 20px 30px;
	padding:10px;
}

/* End Of General Style */

/*------------TOP-----------------*/

/*RSS*/

.rss-title {
	color:#FFFF00;
	font-size: nomal;
	font-weight: bold;
	}

.rss-item {
	color:#CCCCCC;
	font-size: small;
	}