body 
{
	margin: 10px;
	padding: 0;
	-webkit-text-size-adjust:none;			/* Turn off font resizing */
	background-color: white;
	color: black;
}

.date
{
	width: 300px;
	font-size:12px;
	font-family: Arial;
	font-weight: bold;
	color: #7b7b7b;
    text-transform:uppercase;
}


.title
{
	width: 300px;
	font-size:18px;
	font-family: Arial;
	font-weight: bold;
	margin-top:-6px;line-height:16px;
	margin-bottom: 10px;
    text-transform:uppercase;
}

.subtitle
{
	width: 300px;
	font-size:15px;
	font-family: Arial;
	font-weight: bold;
	margin-top:-6px;line-height:16px;
	margin-bottom: 10px;
	color: #7b7b7b;
    text-transform:uppercase;
}

td
{
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	line-height: 12px;
}

tr
{
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

a /* Handle the click/tap highlight. Fills the entire cell with the iPhone grey background when tapped */
{		
	/*display: block;   Set the href to be a block rather than inline */
	
	/* The padding properties adjust the text content within the href block */
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	
	/* The margin properties adjust the size of the href block */
	margin-top: -8px;
	margin-right: -8px;
	margin-bottom: -12px;
	margin-left: -8px;	  
	
	text-decoration: none;
	color: black;
}

.description
{
	font-family: Arial;
	font-size:12px;
	font-weight:normal;      /* Regular font is used for secondary text */
	color:#7a7a7a;
	text-align: justify;
	width: 280px;padding-top:5px
}
.description p
{
margin-top:1px;
}

.back{
    text-transform:uppercase;
    font-weight:bold;
    font-size:14px;
    font-family:arial;
}

.logo img{
    margin:20px 0;
}

