/* @override http://mariusth.channelwood.org/main.css */

body {
	padding: 30px;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	color: #3c3c3c;
	background-image: url('BloggerIMG/background.png');
	background-repeat: repeat-x;
}

h4 {
	line-height: 0.5em;
}

table {
	position: relative;
}

p {
	
}

td.linkage {
	padding: 10px;
	font-size: 10px;
	line-height: 1.3em;
	width: 75px;
	vertical-align: top
}

td.main {
	padding: 25px;
	background-color: white;
	border-width: 0;
	border-color: #000;
	border-right: 3px solid #b0b0b0;
	border-bottom: 3px solid #e0e0e0;
	vertical-align: top
}

ul {
	display: inline;
	list-style-type: none;
}

ul.linkage {
	display: inline;
	list-style-type: none;
}

td.linkage a{
	color: grey;
	text-decoration: none;
}

td.linkage a:hover{
	color: grey;
	text-decoration: underline;
}

a {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

a:link {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #3c3c3c;
}

a:visited {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #3c3c3c;
}

img.myPhoto {
	padding-bottom: 2px;
	font-style: normal;
	font-weight: normal;
	float: right;
	border: none;
}

a:active {
	color: #FF3c3c;
}

a:hover {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #3c3c3c;
}

#date {
	text-align: right;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #9b9b9b;
	
}
