    body {
        border:0;			/* This removes the border around the viewport in old versions of IE */
        background:#eaeefa;
    }
	.subheading {
	font-family: Arial;
	font-size: 14px;
	padding: 2 8 2 10px;
	font-weight:bold;
	color: #ffffff;
	}
	.subheading a{
	text-decoration: none;
	color: #ffffff;
	}
	.subheading a:hover{
	text-decoration: underline;
	}
	.subheading a:visited{
	color: #ffffff;
	}
    p {
	font-family: Arial;
	font-size: 12px;
	padding: 4 8 4 12px;
    }
	.articles{
	background-color: #cad5f6;
	width: 175px;
	}
.articles a{
	font-family: Arial;
	font-size: 12px;
	color: #01027f;
	text-decoration: none;
	padding: 4 8 4 20px;
	font-weight:bold;
}
.articles a:hover {
   text-decoration: underline;
}
.articles a:visited {
	color: #01027f;
	font-weight:bold;
}
.articles2 a{
	font-family: Arial;
	font-size: 12px;
	color: #0b6c04;
	text-decoration: none;
	padding: 4 8 4 20px;
	font-weight:bold;
}
.articles2 a:hover {
   text-decoration: underline;
}
.articles2 a:visited {
	color: #0b6c04;
	font-weight:bold;
}
.footer {
	font-family: Arial;
	font-size: 10px;
	text-align:center;
	color: #ffffff;
}