body {
	color: #003f5e;
	font-family: Verdana, Arial;
	font-size: x-small;
	text-decoration: none;

}
.Heading1 {
	color: #003f5e;
	font-family: Verdana, Arial;
	font-size: small;
	font-weight: bold;
}

.italicText {
	color: #003f5e;
	font-family: Verdana, Arial;
	font-size: x-small;
	font-style: italic;
}

.regText {
	color: #003f5e;
	font-family: Verdana, Arial;
	font-size: x-small;
}

.smallText {
	color: #003f5e;
	font-family: Verdana, Arial;
	font-size: xx-small;
}

.smallitalicText{
	color: #003f5e;
	font-family: Verdana, Arial;
	font-size: xx-small;
	font-style: italic;
}

a {
	color: #003f5e;
	font-family: Verdana, Arial;
	font-size: x-small;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #003f5e;
	font-family: Verdana, Arial;
	font-size: x-small;
	font-weight: bold;
}
