

body { line-height: 1.5; background: #fff; margin: 1.5em 0; }

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

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

a img { border: none; }


body {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
}

a {
	color: #585359;
	text-decoration: none;
}

a:hover {
	color: #078DFE;
}
