

  .button {
	background-color: #bff;
    border: double;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
	float: right;
	padding: 2px;
}

  .button-html {
	background-color: #fbf;
    border: double;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
	float: right;
	padding: 2px;
}

/*  potential break between buttons; see medps1 testing.htm */
  .button-blank {
	background-color: transparent
    border: none;;
    
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
	float: right;
	padding: 2px;
}

/* [at bottom], on left */
  .button-l {
	background-color: #bff;
    border: double;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
	float: left;
	padding: 2px;
	margin-left: 16px;
}
		
		
#body-yellow {            /* Background image as a css gradient. */
	background-color: white; 	
	background-image: -webkit-linear-gradient(90deg, rgba(255, 252, 153, 1) 0%, rgba(255, 255, 255, 1) 150px);
	background-image:    -moz-linear-gradient(90deg, rgba(255, 252, 153, 1) 0%, rgba(255, 255, 255, 1) 150px);
	background-image:     -ms-linear-gradient(90deg, rgba(255, 252, 153, 1) 0%, rgba(255, 255, 255, 1) 150px);
	background-image:      -o-linear-gradient(90deg, rgba(255, 252, 153, 1) 0%, rgba(255, 255, 255, 1) 150px);
	background-image:         linear-gradient(90deg, rgba(255, 252, 153, 1) 0%, rgba(255, 255, 255, 1) 150px);
		}

#body-pink {            /* Background image as a css gradient. */
	background-color: white; 	
	background-image: -webkit-linear-gradient(90deg, rgba(255, 214, 239, 1) 0%, rgba(255, 255, 255, 1) 150px);
	background-image:    -moz-linear-gradient(90deg, rgba(255, 214, 239, 1) 0%, rgba(255, 255, 255, 1) 150px);
	background-image:     -ms-linear-gradient(90deg, rgba(255, 214, 239, 1) 0%, rgba(255, 255, 255, 1) 150px);
	background-image:      -o-linear-gradient(90deg, rgba(255, 214, 239, 1) 0%, rgba(255, 255, 255, 1) 150px);
	background-image:         linear-gradient(90deg, rgba(255, 214, 239, 1) 0%, rgba(255, 255, 255, 1) 150px);
		}

#body-green {            /* Background image as a css gradient. */
	background-color: white; 	
	background-image: -webkit-linear-gradient(90deg, rgba(154, 255, 73, .5) 0%, rgba(255, 255, 255, 1) 150px);
	background-image:    -moz-linear-gradient(90deg, rgba(154, 255, 73, .5) 0%, rgba(255, 255, 255, 1) 150px);
	background-image:     -ms-linear-gradient(90deg, rgba(154, 255, 73, .5) 0%, rgba(255, 255, 255, 1) 150px);
	background-image:      -o-linear-gradient(90deg, rgba(154, 255, 73, .5) 0%, rgba(255, 255, 255, 1) 150px);
	background-image:         linear-gradient(90deg, rgba(154, 255, 73, .5) 0%, rgba(255, 255, 255, 1) 150px);
		}

#body-blue {            /* Background image as a css gradient. */
	background-color: white; 	
	background-image: -webkit-linear-gradient(90deg, rgba(165, 247, 255, 1) 0%, rgba(255, 255, 255, 1) 150px);
	background-image:    -moz-linear-gradient(90deg, rgba(165, 247, 255, 1) 0%, rgba(255, 255, 255, 1) 150px);
	background-image:     -ms-linear-gradient(90deg, rgba(165, 247, 255, 1) 0%, rgba(255, 255, 255, 1) 150px);
	background-image:      -o-linear-gradient(90deg, rgba(165, 247, 255, 1) 0%, rgba(255, 255, 255, 1) 150px);
	background-image:         linear-gradient(90deg, rgba(165, 247, 255, 1) 0%, rgba(255, 255, 255, 1) 150px);
		}

#body-orange {            /* Background image as a css gradient. */
	background-color: white; 	
	background-image: -webkit-linear-gradient(90deg, rgba(253, 180, 21, .7) 0%, rgba(255, 255, 255, 1) 150px);
	background-image:    -moz-linear-gradient(90deg, rgba(253, 180, 21, .7) 0%, rgba(255, 255, 255, 1) 150px);
	background-image:     -ms-linear-gradient(90deg, rgba(253, 180, 21, .7) 0%, rgba(255, 255, 255, 1) 150px);
	background-image:      -o-linear-gradient(90deg, rgba(253, 180, 21, .7) 0%, rgba(255, 255, 255, 1) 150px);
	background-image:         linear-gradient(90deg, rgba(253, 180, 21, .7) 0%, rgba(255, 255, 255, 1) 150px);
		}
