@charset "utf-8";
/* CSS File imports */

@import url('html.css');
@import url('images.css');
@import url('template.css');
@import url('footer.css');

/* General identifiers */
.blogposter {
	font-style: italic;
}

#pagenumbers {
	text-align: center;
}

/* ALIGNMENT */
.left {
	margin: 0;
	text-indent: 0;
	text-align: left;
}

.right{
	float: right;
	margin: 0;
	text-indent: 0;
	text-align: right;
}