body {
	margin: 10; 
	padding: 0; 
	font-size: 100%; 
	line-height: 1.5;
	background-color: white;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "HelvNeueLightforIBM", Arial, sans-serif;
}
article, aside, figcaption, figure, footer, header, nav, section {
	display: block;
}
code {
	font-family: monospace;
}
h1, h2, h3, h4 {
	margin: 1em 0 .5em; 
	line-height: 1.25;
	color: #198cbf;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.2em;
}
ul, ol {
	margin: 1em 0; 
	padding-left: 40px;
}
p, figure {
	margin: 1em 0;
}
a img {
	border: none;
}
sup, sub {
	line-height: 0;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
table{
	width: 75%;
}
 #idColorBox {
      width: 200px;
      height: 200px;
      border: black solid medium;
      text-align: center;
      padding: 0.25em;
    }

    #idColorInfo {
      padding-top: 5px;
    }