.align {
                text-align: right;
                 float:right;
                 font-weight:bold;

}

a.smaller {
	font-size: 10px;
	color : #000080;
	text-decoration : none;
                 
}

a.smaller:hover {
	font-size: 10px;
	color : #9b0000;
	text-decoration : underline;
                
}

 /*for aritcle_summary.html */
a.summary {
    font-size: 11px;
    font-weight: bold;
	color : #000080;
	text-decoration : none;

}

a.summary:hover {
    font-size: 11px;
   font-weight: bold;
	color : #ae0000;
	text-decoration : underline;

}

/*for latest say in index.php*/
a.sayindex {
    font-size: 15px;
    font-weight: bold;
	color : #000080;
	text-decoration : none;

}

a.sayindex:hover {
    font-size: 15px;
   font-weight: bold;
	color : #d70000;
	text-decoration : underline;

}




