body {
	margin: 5;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 24px;
	
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
	
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #0054A6;
	/* [disabled]font-weight: bold; */
}

a:hover {
	text-decoration: underline;
}



/* Content */


.post {
	margin-bottom: 15px;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}

.post-bgtop {
}

.post-bgbtm {
}
.post h1 {
	font-size:36px;
	text-transform: lowercase;
}
	

.post .title {
	letter-spacing: -1px;
	color: #FFF;
	background-color:#F93;
	font-weight: bold;
}

.post .title a {
	text-transform: lowercase;
	color: #FFF;
	border: none;
}



.post .entry {
	padding: 0px 5px 5px 0px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}


.important {
	color: #400040;
}
