body {
	background-color: #F0F0E0;
	color: rebeccapurple;
	// color:green;
    
}
h1 {text-align:center; 
	text-transform:capitalize;
	font-variant: small-caps;
}
div#head h1 {text-align:left; color: rgb(25%,0%,25%); 
/*	text-transform:uppercase;*/
	text-transform:capitalize;
	font-variant: small-caps;
	font-size:xx-large;
	margin-bottom:0px;
}
h2 {text-align:center;/* text-transform:capitalize; */}
p.sub {text-align:left;
	text-indent:9em; 
	text-transform:lowercase;
	font-size:smaller;
	font-style:italic;
        margin-top:0px;
}
span.reg {/*vertical-align:sub;*/font-size:50%}
img {border-style:ridge;border-width:medium;border-color:black;}
div#head {background-color: rgb(60%,60%,90%);}
div#head table {width:100%;}
div#head td {width:25%;text-transform:capitalize;}
dt {padding-top: 10px;}
span.hilite {color:red;}

.red {color:red;}
.underscore {text-decoration:underline;}	
.redbutton{
	align-items: center;
	align-self: center;
 border-radius: 25px;
  background: red;
  padding: 20px;
 
	width: 200px;
  height: 50px;
	
}

