.left {
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.text {
	font-family: tahoma;
	font-size: 11px;
	color: #575c60;
}
a:link {
	color: #e671e8;
}
a:visited {
	color: #e671e8;
}
a:hover {
	color: #9933CC;
}
.copyr {
	font-weight: bold;
	color: #7491b7;
}

.right {
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

h1, h2, h3 {
color: #3c5d88;
}

h1 {
font-size: 22px;
font-weight: 700;
}

h2 {
font-size: 20px;
font-weight: 700;
}

h3 {
font-size: 18px;
font-weight: 700;
}