﻿body {
	font-family:"Segoe UI", Tahoma, Geneva, Verdana;
	font-size:small;
	color:#454545;
}

a {color:#00AA00; text-decoration:none;}
a:hover {border-bottom:1px #00AA00 solid;}


h1 {font-size:xx-large;}
h2 {font-size:x-large;}
h3 {font-size:large;}
h4 {font-size:medium;}
h5 {font-size:small;}
h6 {font-size:x-small;}

/*posts*/
.post-body p, .post-body address, .post-body pre, .post-body code, .post-body ul, .post-body ol, .post-body blockquote {
	margin:10px 0;
	line-height:160%;
}

.post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5, .post-body h6 {
	margin:15px 0 5px 0;;
}

.post-body ul, .post-body ol {
	margin-left:50px;
	color:#757575;
}

.post-body a:hover {
	border-bottom:1px solid #3399FF;
}

.post-body ul li {
	list-style:disc;
	padding-left:10px;
	line-height:160%;
}

.post-body ol li {
	list-style:decimal;
	padding-left:10px;
	line-height:160%;
}