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

/* defines the look & feel of the body of the document */
body {
	background-color: #000000;/* click numbers to choose color in css panel */
	margin:0px;
	padding:0px;/* determines how the bg image will tile or span */
	margin-top: 0px; /* how far off the top of the browser the page will appear */
	font-family:"bodoni MT";
	font-size: 16px;
	color: #000000;
}

/* link style */
a {
	font-size: 18px;
	color: #000000;
	font-family: "bodoni MT";
}

/* visited link style */
a:visited {
	color: #FF6600;
	font-family: "bodoni MT";
}

/* link rollover color*/
a:hover {
	color: #000000;
	font-family: "bodoni MT";
	font-style: normal;
}



/* custom styles appear below- they must include a period before the name */

/* page title */
.title {
	font-family: "bodoni MT";
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

/* page text */
.text {
	font-family: "bodoni MT";
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
}

/* text for black background */
.blk bg text {
	font-family: "bodoni MT";
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
/* custom style for bold, larger text */
}

.bold {
	font-family: "bodoni MT";
	font-size: 18px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
</style>
