.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CD0A66;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FEC2DE;
	scrollbar-face-color: #FEC2DE;
	scrollbar-highlight-color: #FEC2DE;
	scrollbar-3dlight-color: #CD0A66;
	scrollbar-darkshadow-color: #CD0A66;
	scrollbar-shadow-color: #FEC2DE;
	scrollbar-arrow-color: #CD0A66;
	scrollbar-track-color: #FEC2DE;
	
}.picborder {
	border: 1px solid #CD0A66;
}

.style2 {
	color: #CD0A66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
.style3 {
	color: #CD0A66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.style4 {

	color: #CD0A66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CD0A66;
	text-decoration: none;
	text-transform: capitalize;
}
.table-border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CD0A66;
	border-right-color: #CD0A66;
	border-bottom-color: #CD0A66;
	border-left-color: #CD0A66;
}

