.header {
	background-image: url('images/blog_header.png');
	background-repeat: repeat-x;
	background-color: #dddddd;
}

.title {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.date {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.text {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.navbar {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.navbar_link {
	color: #000000;
	text-decoration: none;
}

.copyright_text {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.no_underline {
	text-decoration: none;
}

