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

body {
	font-family: "Apple Chancery", "Brush Script Std", cursive;
	color: #FFFFFF;
	background-color: #000000}

p {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	white-space: nowrap}

h1 {
	font-size: 20px;
	text-align: justify}

table {
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	text-align: center;
	white-space: nowrap}

ul {
	text-align: left;
	list-style-position: inside;
	list-style-type: disc;
	text-indent: 10px;
	white-space: nowrap;
	font-size: 16px;
}

/* styles for links */
-->
a:link {
	color: #FFFFFF;
	text-decoration: none}

a:visited {
	color: #CCCCCC;
	text-decoration: none}

a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none}

/* styles for menu items */
.title {
	background-color: #333333;
	width: 150px;
	border: thin inset #FFFFFF}

.fltitle {
	background-color: #333333;
	width: 160px;
	border: thin inset #FFFFFF}

/* styles for pictures */
.infopics {
	margin: 15px;
	padding: 10px;
	float: right;
	border: thick inset #FFFFFF}

.pics {
	margin: 5px;
	padding: 10px;
	border: thick inset #FFFFFF}