#menulist{
    color: #D361DF;
    margin: auto;
    padding: 0 0 20px;
    text-align: center;
    width: 818px;
}

#menulist a{
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif !important;
    font-weight: normal;
	}

#menulist a:hover{
	color: #D361DF;
	}
	
#themes{
margin-bottom: 5px;
}


#contentPost a{
    color: #952D9C;
    font-weight: normal;
	}

#contentPost a:hover{
    text-decoration: underline;
	color:#949372;
	}

#related-posts{
margin-top: 20px;
}

p.detailed{
    background: url("arrows.png") no-repeat scroll 0 3px transparent;
    padding: 0 18px;
	}

ul.blocklist{
    margin: 0;
    padding: 0;
	}

ul.blocklist li{
    border-bottom: 1px dotted #EDEDED;
    display: inline-block;
    margin: 0 10px;
    padding: 6px 0;
    width: 298px;
	}

ul.blocklist li a{
    border-bottom: 1px dotted;
	}

ul.blocklist li a:hover{
	text-decoration: none;
	}
