/* Remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.4em;
	color: #555;
	background: white;
	font-family: Helvetica, Verdana, sans-serif; 
	font-size: small;
		margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


.clr { clear: both; margin: 0; overflow: hidden; height: 1px; }
.newsheader { margin-left:15px;color: #737373; font-size: 25px; line-height: 28px; font-weight: bold;margin-left:25px}
.newsdate { margin-left:15px;color: black; font-weight:bold;font-size: 13px; line-height: 38px;margin-left:25px;}
