body {
	color: #FFF;
	font-family: sans-serif;
}

.blogImage{
	height: 30vh;
}

.blogImageFrame{
	/*background-color: red;*/
	/*border: dashed 1px black;*/
	display: inline-block;
	padding: 1vh 0.1vw;
	text-align: center;
	float: right;
}

.blogParagraph {
}

.blogImageCaption {
	width: 100%;
}

figure{
	display: table;
}

figcaption{
	display: table-caption;
	caption-side: bottom;
}

.blogLink {
	text-decoration: underline;
	font-weight: bold;
}

.blogLink:hover {
	cursor: pointer;
}
