<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY {
	margin: 0;
	background-color: #ddbb66;
	color: black;
	font-family: georgia, serif;
	font-size: .8em;
}
H1 {
	font-size: 1.3em;
}
H2 {
	font-size: 1.2em;
}
H3 {
	font-size: 1em;	
}
H1, H2, H3 {
	margin: .5em 0;	
	color: #dc0000;
}
P {
	margin: .8em 0;	
}
A {
	color: #dc0000;
}
A:hover {
	color: #010166;
	text-decoration: none;	
}
#box-center {
	position: absolute;
	width: 751px;
	left: 50%;
	margin-left: -375px;
	background-color: white;	
}
#box-page {
	width: 749px;
	line-height: 130%;
	background-color: white;
	margin: 0 1px;
	background-image: url(img/bg_page.gif);
	background-repeat: repeat-y;	
}
#sidebar {
	float: left;
	width: 167px;
	background-color: #e1bd88;
}
#sidebar A IMG {
	margin-top: 5px;	
}
#box-content {
	margin-left: 185px;
	width: 545px;
}
#footer {
	text-align: center;
	font-size: .8em;
	line-height: 700%;
}	
.team_table {
	width: 100%;
	border: none;
	border: solid 0px #e1bd88; 
	font-size: 85%;
}
.team_table td {
	vertical-align: top;
	border: solid 1px brown;
/* 	height: 200px; */
/* 	overflow: hidden; */
}
.team_table img {
	width: 177px;
/* 	max-height: 220px; */
/* 	max-width: 170px; */

}

.name {
	padding: 3px 5px; 
	background-color: #e1bd88; 
	font-weight: bold; 
	border: solid 1px brown;
/* 	width: 375px; */
}
.team_table a {
    height: 200px; 
    overflow: hidden;
    display: block;
}</pre></body></html>