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

/* For basic links */
A:link{font-family: inherit; text-decoration: none; font-style: italic; color:#309}
A:visited {font-family: inherit; text-decoration: none; font-style: italic; color:#309}
A:active {font-family: inherit; text-decoration: none; font-style: italic; color:#309}
A:hover {font-family: inherit; text-decoration: underline; font-style: italic; color:#63C}

/* For Links that appear in menu bars */
.linkMenu a {font-family: inherit; text-decoration: none; font-style: normal; color:#FAF9E7; font-size: 15px}
.linkMenu a:visited {font-family: inherit; text-decoration: none; font-style: normal; color:#FAF9E7; font-size: 15px}
.linkMenu a:active {font-family: inherit; text-decoration: none; font-style: normal; color:#FFC; font-size: 15px}
.linkMenu a:hover {font-family: inherit; text-decoration: underline; font-style: normal; color:#FF9; font-size: 15px}

/* Default body text */
body{font-family: "Times New Roman", Times, serif; color:#000; background: url(images/rainbow.jpg); background-repeat: no-repeat; background-color: #000}

/* Fancy Letter Header */
.letterArt{
	font-size:24px;
	font-style:oblique;
}

.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: #63F;
}
.pageTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	color: #000;
	font-weight: bold;
}

