body {
    /* background-color: darkslategrey; */
  background-image: url("/img/paper.jpg");
  background-position: 50% 50%;
  background-repeat: repeat;
/*
    color: azure;
    font-size: 1.1em;
*/
}
h1 {
    color: coral;
}
#intro {
    font-size: 1.3em;
}
.colorful {
    color: orange;
}
		.article { background-color: #f0ffeb; color: #000080; display: table; float: right; padding: 5px; width: 690px; }
		.c { text-align: center; }
		.footer { background-color: #ffebad; color: #000080; display: table; width: 100%; }
		.header { background-color: #ffdb70; color: #000080; display: table; width: 100%; }
		.nav { background-color: #adebff; color: #000080; display: table; float: left; padding: 5px; width: 250px; }
		.outer { background-color: #7094ff; color: #000080; display: table; font-family: sans-serif; padding: 5px; text-align: left; width: 960px; }