.postTitle a:active,
.postTitle a:visited,
.postTitle a:link 
{
            font-size: 16;
}
.postTitle a:hover
{
            color:DarkRed;
}
.postText P
{
            font-size: 13;

}
.News A
{
            font-size: 12;
}
#leftmenu a:active,
#leftmenu a:visited,
#leftmenu a:link {
	display : block;
	text-decoration : none;	
	border : 1px solid WhiteSmoke;
}
#leftmenu a:hover {
	background-color : White;
             color: black;
	border : 1px solid DarkBlue;
             font-weight: Italic;	
}