body
{
font-family:Trebuchet MS,Ludica Grande,Arial,sans-serif;
background:none transparent;
}
.HeadText {
	-webkit-text-stroke: 1px #002060;
	text-shadow: 2px 2px 2px #FF0000;
}

.blog
{
	width: 75%;
	padding: 10px;
    background: -webkit-linear-gradient(top,#aeeaae,#FBFCB2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top,#aeeaae,#FBFCB2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top,#aeeaae,#FBFCB2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(top,#aeeaae,#FBFCB2); /* Standard syntax */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 15px/15px;
}
.inblog table, .inblog th, .inblog td {
    vertical-align: top;
	top: 0;
}