/* Stack-Aly Stylesheet */

body {
	background-image: url(/img-interface/bg-tile.jpg);
	background-repeat: repeat;
	background-position: top;
	
	margin: 0px;
	
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	line-height: 18px;
	color: #534c3d;
}

p {
	margin: 0px 0px 10px 0px;
}

/*
#blogcontent img {
	border: none;
	background-image: url(/img-interface/bg-img.jpg);
	background-repeat: repeat;
	padding: 10px;
	margin: 10px;
}
*/
a {
	color: #D9421C;
	text-decoration: none;
}

a:hover {
	color: #D9421C;
	text-decoration: underline;
}

.blog-title {
	vertical-align: text-top;
	font-size: 15px;
	letter-spacing: -0.5px;
	color: #D9421C;
	text-decoration: underline;
}

.blog-date {
	vertical-align: text-top;
	font-size: 15px;
	color: #5B7973;
	margin-right: 20px;
}

h2 {
	font-size: 12px;
	text-transform: uppercase;
	color: #534c3d;
	text-decoration: underline;
	margin: 0px;
}