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

body {
	background-color: #022800;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCC;
}

#body_container {
	background-color: black;
	width:660px;
}

p, ul {
	color: #CCC;
	font-size: 13px;
}

h1 {
	color: #0C0;
	text-decoration: line-through;
	font-size: 26px;
}

h2 {
	text-decoration:underline;
	font-size: 15px;
	color: #CCC;
}

#text {
	width:640px;
	/*height:410px;*/
	/* overflow-y:scroll; */
	/* background-image:url(text_bg.jpg); */
	padding-right: 5px;
	/* padding-left: 5px; */
}

a:link {
	color: #00CC00;
	text-decoration: none;
}

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

a:hover {
	color: #00CC00;
	text-decoration: underline;
}

#flashContent { 

	width:500px;
	height:100%;
	overflow: hidden;
}

