.com {
	background-color: #F4FFE6;
	width: 260px;
	position: absolute;
	top: 40px;
	left: 8px;
	z-index: 3;
}
.chr {
	position: absolute;
	top: 60px;
	left: 200px;
	z-index: 1;
}
.talk {
	color: #FFFFFF;
	background-color: #333390;
	height: 160px;
	width: 600px;
	z-index: 2;
	font-size: large;
	padding: 8px;
	position: absolute;
	top: 400px;
	left: 40px;
	filter:alpha(opacity=75); /*IE*/

	-moz-opacity:0.75; /*FF*/
	opacity:0.75;
	border: thin double #D8E0FF;
}


.com h2 {
	background-color: #006600;
	color: #FFFFFF;
	font-size: large;
	margin: 1px;
	padding: 2px;
}
.com div {
	margin: 1px;
}
.com p {
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 6px;
	margin-left: 1px;
}
.com a {
	color: #FFFFFF;
	text-decoration: none;
}
.com a:hover {
	color: #FFFFFF;
	background-color: #06C810;
}
input.button {
	background-color : #A7FEDF;
	border: 1px ridge #005533;
}
.footer {
	position: absolute;
	top: 610px;
	left: 8px;
	width: 700px;
}
.footer .stack {
	background-color: #BFFFF5;
	width: 100%;
}
.com a.normal_link {
	color: #000000;
}
.com h1 {
	font-size: x-large;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #339900;
	text-align: center;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	margin-top: 4px;
	margin-bottom: 4px;
}

