﻿.newStyle1 {
	font-family: Corbel;
	font-size: large;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000;
	background-color: #99CCFF;
	border-width: thin;
	background-image: inherit;
	background-repeat: inherit;
	background-attachment: inherit;
	background-position: inherit inherit inherit;
	padding: inherit;
	margin: inherit;
}
.newStyle2 {
	background-position: inherit inherit;
	font-family: Corbel;
	font-size: xx-large;
	background-color: #FFFFFF;
	background-image: inherit;
	background-repeat: inherit;
	background-attachment: inherit;
}
