HTML {
	font-family: Verdana, Arial;
	font-size: 10pt;
}
BODY {
	background-color: #97ade5;
	margin: 0px;
}
H1 {
	background-image: url('img/logo.jpg');
	width: 770px;
	height: 20px;
	font-size: 10pt;
	text-align: left;
	color: #000000;
	margin: 0px;
	padding-top: 200px;
	padding-left: 5px;
}
H2 {
	font-size: 9pt;
	font-weight: Bold;
	margin: 0;
	text-align: left;
	margin-left: 5px;
}
DIV.text {
	margin:0;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}
DIV.main {
	width: 775px;
	background-color: #FFFFFF;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	text-align: center;
}
#webcams {
	font-size: 10px;
}
#webcams TD {
	text-align: center;
	padding-bottom: 20px;
}
a:link IMG, a:visited IMG, a:active IMG {
	border: 1px solid #000;
}
a:hover IMG {
	border: 1px solid #C0C0C0;
}
a {
	color: #e60000;
	text-decoration: underline;
	font-size: 10pt;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
	font-size: 10pt;
}