a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}
a:active {
	color: blue;
	text-decoration: none;
}

.site {
	width: 100%;
	border: 1px solid #FFCCC;
	background-color: #FFFFCC;
	margin-bottom: 8px;
}

.banner {
	width: 220px;
	text-align: left;
	mergin: 10px 20px 30px 40px;
	border: 0px solid black;
	padding: 2px;
}

.sitename {
	font-size: 10pt;
	font-weight: 700;
	font-family: Tahoma, Chicago, "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
}

.comment {
	font-size: 8pt;
	font-family: Tahoma, Chicago, "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
}

.category {
	font-size: 10pt;
	font-weight: 700;
	font-family: Tahoma, Chicago, "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	color: #996699;
	background-color: #EECCEE;
	padding: 2px;
	margin-top: 40px;
	margin-bottom: 8px;
	border: 1px solid #CC99CC;
}

.back {
	font-size: 10pt;
	font-family: Tahoma, Chicago, "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
}
