	a:link, a:visited, a:active  { color: #1DA398; text-decoration: none;}
	a:hover { text-decoration: underline; }
	body {
		text-align: center;
		margin: 0 0 20px 0;
		padding: 0;
		background: #fff url(/Img/bg.jpg) repeat-x;
	}
	td {
		font-size: 11px;
		font-family: Verdana, Arial, sans-serif;
	}
	.b {
		color:#fff;
	}
	.leftTitle{
		padding-left:30px;
		background:url(/Img/icon_down.gif) no-repeat;
		font-weight:bold;
		color:#000;
		font-size:14px;
	}
	.leftTitle a:link, .leftTitle a:visited, .leftTitle a:active{
		text-decoration: none;
		color:#000;
	}
	.leftTitle a:hover {
		text-decoration: underline;
	}
	.leftMenu {
		background:url(/Img/icon_right.gif) no-repeat;
		line-height: 1.8em;
		color:#000;
	}
	.leftMenu a:link, .leftMenu a:visited, .leftMenu a:active {
		padding-left:30px;
		font-weight:normal;
		font-size:11px;
		color:#000;
	}
	.leftMenu a:hover {
		color:#000;
	}

	/* right menu starts*/
	.rightTitle{
		padding-left:30px;
		font-weight:bold;
		color:#000;
		font-size:14px;
		text-align:left;
	}
	.rightTitle a:link, .rightTitle a:visited, .rightTitle a:active{
		text-decoration: none;
		color:#000;
	}
	.rightTitle a:hover {
		text-decoration: underline;
	}
	.rightMenu {
		text-align:left;
		line-height: 1.8em;
		color:#494949;
	}
	.rightMenu a:link, .rightMenu a:visited, .rightMenu a:active {
		padding-right:30px;
		font-weight:normal;
		font-size:11px;
		color:#494949;
	}
	.rightMenu a:hover {
		color:#000;
	}
	/* right menu ends */

	.post_title{
		font-size: 20px;
		font-weight: normal;
		color:#000;
	}
	.post_title a:link, .post_title a:active, .post_title a:visited {
		font-size: 20px;
		font-weight: normal;
		color:#000;
		text-decoration: none;
	}
	.post_title a:hover {
		text-decoration: underline;
	}
	.post_date {
		font-size: 10px;
		color:#FF6600;
	}
	.post_date a:link, .post_date a:active, .post_date a:visited {
		font-size: 10px;
		color:#0066FF;
		text-decoration: none;
	}
	.post_date a:hover {
		text-decoration: underline;
	}
	.entry {
		font-size: 11px;
		font-weight:normal;
		color:#000;
		line-height: 1.4em;
	}

	#pagination {
		font-weight:bold;
		text-decoration: none;
		color:#000;
	}
	#pagination a:link, #pagination a:active #pagination a:visited {
		text-decoration: none;
		color:#FF6600;
	}

	#pagination a:hover {
		text-decoration: underline;
	}
	input,select,textarea {font-size:10px;}