	body {
		/*
	    font-family: Helvetica, courier, Trebuchet;
	    color: steelblue;
	    */
	    padding: 12px;
	}

	/*
	 *
	a {
	    color: steelblue;
	    text-decoration: none;
	    font-weight: bold;
	    padding: 5px;
	    border-radius: 5px;
	}
	a:hover {
	    background: lightblue;
	}
	a:visited {
	    color: steelblue;
	}

	*/
	.top-pad {
	    padding: 30px 15px;
	    text-align: center;
	}

	.renglon {
	    display: flex;
	    flex-direction: row;
	    justify-content: space-between;
	    align-items: center;
	}

	.is-color-red {
	    color: red;
	}

	.is-color-blue {
	    color: blue;
	}

	.is-color-steelblue {
	    color: steelblue;
	}

	.is-color-green {
	    color: green;
	}
	.is-color-red {
	    color: red;
	}

    .is-2em-wide {
	min-width: 2em;
        max-width: 2em;
        width: 2em;
    }

    .is-3em-wide {
	min-width: 3em;
        max-width: 3em;
        width: 3em;
    }

    .is-4em-wide {
	min-width: 4em;
        max-width: 4em;
        width: 4em;
    }

    .is-5em-wide {
	min-width: 5.5em;
        max-width: 5.5em;
        width: 5.5em;
    }

    .is-6m-wide {
	min-width: 6m;
        max-width: 6m;
        width: 6m;
    }

   .is-bordered {
	border: solid 1px steelblue;
        padding: 5px;
    }


    .is-all-rounded-3{
	border-radius: 3px;
    }

    .is-all-rounded-4 {
	border-radius: 4px;
    }

    .is-all-rounded-5
	border-radius: 5px;
    }

    .is-all-rounded-6{
	border-radius: 6px;
    }