@charset "utf-8";
.txtStaffName {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #b63330;
	text-align: center;
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.txtPTOtitle {
	font-family: "Comic Sans MS";
	font-size: xx-large;
	font-weight: bolder;
	color: #993300;
	text-decoration: blink;
}
.txtLargeHeaders {
	font-family: "Comic Sans MS";
	font-size: xx-large;
	font-style: normal;
	color: #993300;
}

.txtparagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	background-color: #FFFFCC;
	display: block;
	padding: 3px;
	margin-right: 15px;
	margin-left: 15px;
	border: 2px dotted #9900FF;
}
a:link {
	font-weight: normal;
	color: #888fd0;
	text-decoration: underline;
	font-family: "Comic Sans MS";
}
a:visited {
	font-family: "Comic Sans MS";
	font-weight: normal;
	color: #b63330;
	text-decoration: underline;
}
.txtemail {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
}

a:hover {
	font-family: "Comic Sans MS";
	font-style: italic;
	font-weight: normal;
	color: #b63330;
	text-decoration: underline;
}
.announcementheader {
	font-family: "Comic Sans MS";
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #0000FF;
	text-decoration: blink;
	background-color: #FFFF66;
}
.announcement {
	font-family: "Comic Sans MS";
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	background-color: #FFFF66;
}
