@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: small;
}
.blogwindow {
	font-family: Arial, Helvetica, sans-serif;
	color: #EEEEEE;
	width: 98%;
	height: 100%;
	top: 2%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #D20000;
	border-right-color: #FFFFFF;
	border-bottom-color: #D20000;
	border-left-color: #FFFFFF;
	padding: 3px;
}
strong {
	font-weight: bold;
	color: #FF5533;
}
.bakecurrent {
	color: #D82222;
	font-size: x-small;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.blognews {
	font-size: large;
	color: #D82222;
}
a {
	font-size: x-small;
}
.blogwindow a {
	font-size: small;
	color: #FF866C;
}
