.Heading1 {
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: large;
	color: #993300;
}
.Heading2 {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: x-large;
	color: #993300;
}
.Regular {
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: medium;
	color: #000000;
}
.Library {

	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: small;
	color: #000000;
}
.Large {
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: x-large;
}


h3 {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: small;
}


p {
	font-family: "comic Sans MS", Arial, sans-serif;
	font-size: medium;
}
.container {
	max-width: 1440px;
	min-width: 960px;
}
#masthead {
	background-image: url(images/images_597/tanBkgrd.jpg);
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h3 {
	font-family: "Comic Sans MS", cursive;
	font-size: medium;
	color: #000;
}
 
h4 {
	font-family: "Comic Sans MS", cursive;
	font-size: xx-large;
	color: #993300;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
            border: none;
}

