body {
	font-family: Arial, sans-serif;
	background color: #FFFFFF;
}

h1 {
	padding: 10px;
	border-style: double;
	border-color: #006600;
	text-align: center;
	color: #006600;
}


.LeftPanel {
	position: absolute;
	top: 140px;
	left: 10px;
	width: 150px;
	height: 350px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: black;
	background color: #CCFFCC;
	text-align: center;
	background-image: url('http://image.pghfree.net/host-PghFN-btn100.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}

.RightPanel {
	position: absolute;
	top: 140px;
	right: 10px;
	width: 150px;
	height: 350px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: black;
	background color: #CCFFCC;
	text-align: center;
	background-image: url('tulogo.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}

.CenterPanel {
	margin-left: 151px;
	margin-right: 151px;
	padding-left: 12px;
	padding-right: 12px;
}

a:link { 
	color: #006600 
}
		
a:visited { 
	color: #006600 
}
		
a:hover { 
	color: #FF9900 
}
		
a:active { 
	color: #3399CC 
}

.Floatleft {
	float: left;
	margin: 10 px;
	font-size: x-small;
}

.Floatright {
	float: right;
	margin: 10 px;
	font-size: x-small;
}
