.title1 {
  font-size: x-large;
  font-weight: bold;
}
.title2 {
  color: black;
  font-size: x-large;
  font-weight: bold;
}

a.lnk1:link {color:#ee0000;
			font-weight: bold;}
a.lnk1:visited {color:#551a8b;
			   font-weight: bold;}
a.lnk1:hover {color:#ffcc00;
			 font-weight: bold;}

#t1 {
  color: black;
}
.t2 {
  color: black;
  font-weight: bold;
}
#t3 {
    text-align: center;
}
#t4 {
/*  color: black; */
  font-size: x-large;
  font-weight: bold;
	position:relative;
/*	top:40px; */  
	overflow:auto;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* " " */
	width: 950px;
	text-align: center;  
}

.button{
	padding:2;
	margin:0;
	border:0;
	background-color:#F80A06;
	background-image:linear-gradient(to bottom, rgb(206, 206, 206), rgb(165, 165, 165));
	background-image:-moz-linear-gradient(top, rgb(206, 206, 206), rgb(165, 165, 165));
	background-image:-webkit-linear-gradient(top, rgb(206, 206, 206), rgb(165, 165, 165));
	border-radius:6px;
	border:2px solid #662A2F;
	box-shadow:0 1px 0 0 rgba(255,255,255,.4) inset, 0 1px 2px rgba(0,0,0,.2);
	color:black;
	font-weight:bold;
	font-family:Helvetica, Helvetica Neue, Arial;
	font-size:15px;
	text-shadow:0 1px 1px rgba(0,0,0,.3);
	cursor:pointer;
}
.lblf
{
	color: rgba(255, 255, 255, 0.75);
	cursor:pointer;
	font-family:sans-serif;
    font-size:17px;
    font-weight:bold;
/* Probably not required */
	text-align:center;
	vertical-align: middle;
}
	.meas {
		color:black;
	}
	.wgt {
		color:black;
	}
	
.styled-select select {
  color: #990000;
  background-color: rgb(153, 255, 153);
  font-weight:bold;

}