a:link {
	color: #41524E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #41524E;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #0000CC;
}
#editable {
}
#title {
	font-size: xx-large;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
#text {
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
#col1 {
	width: 240px;
	float: left;
}
#weather {
	width: 240px;
	float: left;
}
#lock {
	width: 220px;
	float: left;
	padding: 10px;
	font-size: small;
}
#links {
	padding: 10px;
	text-align: center;
	font-size: large;
}
#col2 {
	width: 500px;
	float: left;
	border: medium double #060;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
#text1 {
	padding: 10px;
}
#text2 {
	padding: 10px;
}
#text3 {
	padding: 10px;
}
#col3 {
	width: 240px;
	float: left;
}
#contacts {
	padding: 10px;
	text-align: center;
}
.style1 {
	font-weight: bold;
	text-align: center;
	font-size: x-large;
	font-style: italic;
}
.style2 {
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	text-decoration: underline;
}
.style3 {
	font-size: small;
}
