﻿.box {
				color: red;
				font-size: inherit;
				font-weight: 700;
				font-style: normal;
				text-decoration: none;
				font-family: "Segoe UI", sans-serif;
				text-align: center;
				vertical-align: middle;
				white-space: nowrap;
				border: 1.5pt solid windowtext;
				padding-left: 1px;
				padding-right: 1px;
				padding-top: 1px;
				background: white;
}

.style1 {
	border: thin solid #0000FF;
	font-family: Verdana;
	font-weight: bold;
	font-size: 17px;
	outline-color: #FF0000;
	color: #FFFFFF;
	background-color: #0099FF;
}
.header {
	font-family: Verdana;
	font-weight: bold;
	font-size: 17px;
	outline-color: #FF0000;
}
.bold {
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}
.center {
	text-align: center;
}
.newStyle1 {
	font-size: 10px;
}
.redfont {
	color: #FF0000;
}
.underlined {
	text-decoration: underline;
}
.Bolder {
	font-weight: bolder;
}
.redfont {
				color: #FF0000;
}
