HTML, BODY {
	font-family: Verdana, Arial;
	font-size: 0.9em;
	color: #000;
}
BODY {
	background-color: #b7dcff;
}
H1 {
	font-size: 1.3em;
	color: #174b7b;
	border-bottom: 1px solid #4076a8;
	margin: 1px;
}
	H1 a {
		display: block;
		font-size: 0.7em;
		text-align: right;
		color: #174b7b;
		text-decoration: none;
	}
	H1 a:hover {
		text-decoration: none;
	}
H2 {
	font-size: 1.2em;
	color: #174b7b;
	border-bottom: 1px solid #4076a8;
	margin: 1px;
}
#welcome_text {
	text-align: justify;
}
#mid_text {
	text-align: justify;
}
a {
	color: #174b7b;
	text-decoration: none;
}
a:hover {
	color: #174b7b;
	text-decoration: underline;
}
div.webcams {
	width: 775px;;
	margin: 5px auto 5px;
	overflow: hidden;
	clear: both;
}
	div.webcams IMG {
		border: 1px solid #000;
	}
	div.model {
		float: left;
		width: 155px;
		height: 140px;
		overflow: hidden;
		text-align: center;
	}
	div.model a {
		width: 110px;
		display: block;
	}
	div.model IMG {
		border: 1px solid #000;
	}
	div.smallpics {
		width: 230px;
		float: right;
		clear: both;
		text-align: center;
	}
div.spacer {
	float: left;
	width: 3px;
}
div.webcam {
	float: left;
	width: 370px;
	overflow: hidden;
	text-align: justify;
	margin-right: 15px;
}
	div.webcam IMG {
		float: left;
		border: 1px solid #c529b1;
	}
	div.webcam H1 {
		color: #ff79ee;
		border-bottom: 1px solid #c529b1;
	}
	div.webcam H1 a {
		color: #c529b1;
		text-decoration: none;
	}
	div.webcam H1 a:hover {
		color: #8c087b;
		text-decoration: none;
	}
div.links {
	width: 775px;;
	margin: 10px auto 10px;
	overflow: hidden;
	clear: both;
}
	div.links DIV {
		float: left;
		width: 140px;
		height: 30px;
		overflow: hidden;
		text-align: center;
		background-color: #d5ebff;
		border: 1px solid #c529b1;
		padding: 2px;
		margin: 2px;
	}
