body {
	margin: 0; /* to prevent IE from screwing up 100% width */
	padding: 0; /* to prevent IE from screwing up 100% width */
	background: #fff9f0 url(images/background.gif) repeat-x;

}
p, td {
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
.articletitle {
	font: 30px Arial, Helvetica, sans-serif;
    color: #FF9400;
	
}
.subtitle {
	font: 16px Arial, Helvetica, sans-serif;
    font-weight: bold;
	color: #006FB4;
}
.graytitle {
	font: 24px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #808080;
}

a {
	color: #006FB0;
}
