h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #575757;
	text-decoration: none;
}
h2 {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #696969;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.first1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: medium;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: double;
	border-top-color: #00CC33;
	border-right-color: #FF0000;
	border-bottom-color: #0000FF;
	border-left-color: #FF00FF;
}

