/* CSS definition file containing site wide stylesheets */

.Title {
	font-family: "Segoe Script",  sans-serif;
 	font-size: 48px;
 	color: rgb(255,255,255);
 	font-weight: bold
}

.SubTitle {
	font-family: "Segoe Script",  sans-serif;
 	font-size: 24px;
 	color: rgb(255,255,255);
 	font-weight: bold
}