body
{
	background: #f3f5f2;
	font-family: Arial;
	color: #aaaaaa;
	font-weight: bold;
	font-size: 10px;
}

.post_blog
{
	text-align: justify;
}

.title
{
	font-family: Arial;
	color: #1144aa;
	font-weight: bold;
	font-size: 16px;
	background-color: #efefef;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #778A99;
	padding: 5px;
	float: none;
	width: auto;
	margin: 3px 1px;
	clear: none;
	height: auto;
}

td
{
	vertical-align : top;
	font-family: Arial;
	color: #cccccc;
	background-color: #fefefe;
	font-weight: bold;
	font-size: 14px;
	border-right: dotted;
	border-right-width: 2px;
	margin-right: 5px;
	margin-left: 5px;
}

a
{
	font-family: Arial;
	font-style: normal;
        font-size: 12px;
	color: #ff3322;
	background-color: #aaaaaa;
        margin-right: 5px;
	margin-left: 5px;
}

a:link
{
	font-family: Arial;
	color: #118888;
	text-decoration: none;
	font-weight: bold;
}
a:visited
{
	font-family: Arial;
	color: #1188aa;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #719B74;
}

a:hover
{
	font-family: Arial;
	color: #aa8811;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}

hr
{
	border-style: dotted;
}
