div.body {
	display: inline-block;
	background-color: white;	
	border-color: white;
	border-style: outset;
}

div.body-main {
	display: inline-block;
	background-color: white;	
	border-color: white;
	border-style: outset;
	margin-top: 50px;
}

div.space-container {
	display: block;
	/*background-color: yellow;
	border-style: dashed;*/
}

div.main-container {
	display: inline-block;
	border-color: red;
	border-style: dashed;
}

/*Image render*/
img {
	image-rendering: crisp-edges;
	image-rendering: pixelated;
}

body {
	image-rendering: crisp-edges;
	image-rendering: pixelated;
}

/*link button style*/
a.button-style {
	color: black;
	display: inline-block;
	background-color: blue;	
	border-color: blue;
	border-style: outset;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	padding: 2.5px;
}

a:active.button-style {
	color: black;
	border-style: inset;
	background-color: red;
	border-color: red;
}

/*link button style (table text)*/
table.button-txt {
	color: black;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

table.button-txt:hover {
	color: black;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}

table.button-txt:active {
	color: black;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}

/*Island 1*/
article.title {
	display: block;
	font-size: 45px;
	font-weight: bold;
	text-shadow: 2px 1px grey;
}

div.sub-title {
	display: block;
}

div.link-section {
	display: inline-flex;
	margin-top: 4px;
}

div.main-section {
	display: block;
	margin-top: 4px;
	padding-right: auto;
}

 {
	border-color: yellow;
	border-style: dashed;
}

ul.nav-style {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li.nav-horizontal {
	display: inline;
}

/*Blog*/
.spacing-table-main {
	padding-left: 200px;
	padding-right: 200px;
}

.spacing-table-date {
	margin-left: 5px;
	margin-right: 5px;
}

.spacing-table-desc {
	padding-left: 5px;
	padding-right: 5px;
}

.list-header {
	font-size: 25px;
	font-weight: bold;
	text-shadow: 2px 1px grey;
}