/* The content of the posts (body of text) */
body {
	background-color: #8B8B8B;
	text-align:center;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size: 10px;
	color: #000000;
	padding: 0;
	margin: 0;
}

td {
	font-family:Verdana,Tahoma,Arial,Sans-Serif; 
	font-size: 10px;
	color: #000000;
}

.bodyline-content {
	background-color: #FFFFFF;
	text-align: center;
}

.bodyline-top-left {
	background-image: url('bodyline-top-left.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}

.bodyline-top {
	background-image: url('bodyline-top.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

.bodyline-top-right {
	background-image: url('bodyline-top-right.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}

.bodyline-left {
	background-image: url('bodyline-left.png');
	background-repeat: repeat-y;
	background-position: right;
}

.bodyline-right {
	background-image: url('bodyline-right.png');
	background-repeat: repeat-y;
	background-position: left;
}

.bodyline-bottom-left {
	background-image: url('bodyline-bottom-left.png');
	background-repeat: no-repeat;
	background-position: right top;
}

.bodyline-bottom {
	background-image: url('bodyline-bottom.png');
	background-repeat: repeat-x;
	background-position: top;
}

.bodyline-bottom-right {
	background-image: url('bodyline-bottom-right.png');
	background-repeat: no-repeat;
	background-position: left top;
}

a {
	color:#111; 
	text-decoration:none;
}

