body {
	background-color: #33CCFF;
}
.style1 {
	font-family: "Microsoft Sans Serif"; font-size: small; color: #006DA8; 
}
.style2 {
	color: #005391;
	font-size: medium;
	font-family: "Microsoft Sans Serif";
}
.style4 {
color: #FFFFFF
}
a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:visited {
	color:#0080DD;
}
a:hover {
	color: #F6A21E;
	text-decoration: underline;
}
#float {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 49px;
}
#content{
	height: auto;
	width: 400px;
	top: 10px;
	margin: 10px;
}
#content.title {
	position: relative;
}
#content.text {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
#content.contact {
	position: relative;
}
