.bordersmtxt {
	border: 4px solid #808000;
	font-family: "Times New Roman";
	font-size: large;
	font-weight: bold;
	text-align: center;
	background-color: #F0F5EE;
}
.borderlgtxt {
	border: 4px solid #808000;
	font-family: "Times New Roman";
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	background-color: #F0F5EE;
	height: 50px;
	width: 600px;
}
.noborder {
	border-width: 0px;
}
