@charset "utf-8";
/* CSS Document */

.text {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
}
.maintitle {
	font-size:20px;
	color:#FF4D00;
	font-style:italic;
	padding:0px;
	margin:0px;
	font-weight:bold;
}
.blogfeed {
	border: 1px solid #FF4D00;
	padding: 10px;
	background-color:#FFE93E;
	color:#333;
	font-family:Tahoma, Geneva, sans-serif;
}
.bftitle {
	color:#333;
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:none;
}
.bftitle a:link {
	font-size:16px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
.bftitle a:active {
	font-size:16px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
.bftitle a:visited {
	font-size:16px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
.bftitle a:hover {
	font-size:16px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
.bftitle a:visited hover {
	font-size:16px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
.readmore {
	font-size:12px;
	font-weight:bold;
	color:#333;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:none;
}
.readmore a:link {
	font-size:12px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
.readmore a:active {
	font-size:12px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
.readmore a:visited {
	font-size:12px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
.readmore a:hover {
	font-size:12px;
	font-weight:bold;
	color:#333;
}
.readmore a:visited hover {
	font-size:12px;
	font-weight:bold;
	color:#333;
}

