@charset "utf-8";
/* CSS Document */

body {
	background-color: #F3F3F3;
	font-family: 'Work Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
 font-family: 'Crimson Text', serif;
}
.msgBox {
	width: 80%;
	border-style: solid;
	border-width: thin;
	margin: 0 auto 0 auto;
	background-color: white;
}

.msgBoxHead {
	font-weight: bold;
	padding: 5px 0 0 0;
	margin-left: 20px;
	font-size: large;
}

.msgBoxText {
	padding: 5px;
	color: #222222 !important;
}

.msgRed {
	border-left-width: 10px !important;
	border-left-color: red !important;
	color: red;
	border-color: red;
}
