.top_panel {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 80px;
	width: 709px;
	font-family: georgia, helvetica;
	font-size: 50px;
	color: #002299;
	border-color: #002299;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-left-style: dashed;
	border-right-style: solid;
	border-bottom-style: solid;
	text-align: center;
	vertical-align: bottom;
	padding = 15px;
	background-image: url("img/pinkish709.jpg");
}

.left_panel{
	position: absolute;
	top: 110px;
	left: 10px;
	width: 170px;
	text-align: left;
}

.left_panel_rel{
	position: relative;
	#top: 10px;
	width: 170px;
	font: gothic, Helvetica;
	color: #002299;
	font-size: 12px;
	padding: 6px;
	border-color: #222222;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-left-style: dashed;
	border-right-style: solid;
	border-bottom-style: solid;
	margin-top: 10px;
	line-spacing: 0.4em;
	background-image: url("img/pinkish182.jpg");
}


.right_panel{
	position: absolute;
	top: 110px;
	left: 207px;
}

.right_panel_rel{
	position: relative;
	#top: 10px;
	width: 500px;
	font: Helvetica;
	color: #002299
	font-size: 12px;
	padding: 6px;
	border-color: #222222;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-left-style: dashed;
	border-right-style: solid;
	border-bottom-style: solid;
	text-align: left;
	text-indent: 1cm;
	margin-top: 10px;
	line-spacing: 0.4em;
	overflow: auto;
	background-image: url("img/pinkish512.jpg");
}

pre {
	background-color: #FFDDFF;
	width: 500px;
	padding: 15px;
	white-space:normal;
	word-wrap: break-word;
}

a:link, a:active {
	color: #002299;
	font-weight: none;
	text-decoration: none;
}
a:visited {
	color: #332299;
	font-weight: none;
	text-decoration: none;
}
a:hover {
	color: #772299;
	font-weight:none;
	#color: blue;
}


