<style>
	.PageTitle{
		background	:	#5A82BD;
		font-family	:	Verdana;
		color		:	white;
		font-size	:	18px;
		border		:	1px solid black;

	}
	.Page{
		background	:	#EBEBF3;
		font-family	:	Verdana;
		border		:	1px solid black;

	}
	.Heading{
		font-family	:	Verdana;
		color		:	#999999;	
		font-size	:	16px;
		font-weight	:	bold;
	}
	.Para{
		font-family	:	Verdana;
		font-size	:	12px;
		color		:	gray;
		font-weight	:	normal;
	}
	.Date{
		font-family	:	Verdana;
		font-size	:	10px;
		color		:	#000000;
	}
	.EntryDate{
		font-family	:	Verdana;
		font-size	:	10px;
		color		:	#CC6666;
	}
	.EntryText{
		font-family	:	Verdana;
		font-size	:	11px;
		color		:	#999999;
	}
	.EntryLink{
		font-family	:	Verdana;
		font-size	:	11px;
		color		:	#5A82BD;
	}
</style>