/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-color: #000000;
	text-align: center;
}

a {
	color: #CC0000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#flashHolder {
	background-image: url(/mikayla/images/bkgd_mikayla.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#story {
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	padding: 5px 20px 15px 20px;
	margin-left: auto;
	margin-right: auto;
	width: 730px;
}

#story h1 {
	font-size: 21px;
	font-weight: bold;
}
