div { word-wrap: break-word }

body { 
	
	margin-left: auto;
	margin-right: auto;
	font: 1.3em 'Open Sans', Tahoma, verdana, sans-serif;
	font-weight:400;
	color: #333333;
	padding: 0px;
}
.posts b {
 font-weight:700;

 
}
p {line-height: 112%}
br {line-height: 100%}

h2 { font-size: 14px; font-weight: 400; }
	
a:link {
	text-decoration: none; 
	color: #000066;
	}
a:visited {
	text-decoration: none;
	color: #999999;
	}
a:hover, a:active {
	text-decoration: none;
	color: #0000FF;
	}

img	{text-decoration: none}

/* Autolinked images in message bodies shouldn't blow past the column. */
.body img { max-width: 100%; height: auto; }

ul {  padding-top:0.1em; 	padding-bottom:0.1em; }
li {  min-width: 55px; }


