body {
	background-color: #544664;
}
table {
	width: 900px;
}
a {
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.info {
	font-family: Arial;
	font-size: 14px;
	color: #A596B5;
}
.light {
	color: #A596B5;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
}
.light_s {
	color: #A596B5;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
}
.dark {
	color: #544664;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
}
.dark_xl {
	color: #544664;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
}
.text {
	font-family: Arial;
	font-size: 14px;
	color: #544664;
	text-align: justify;
}
.title {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #544664;
}
.title_xl {
	color: #544664;
	font-size: 24px;
	font-weight: bold;
}
.title_xxl {
	font-size: 36px;
	font-weight: bold;
	font-family: Arial;
	color: #544664;
}
.picture {
	float: left;
}
.border {
	border: thin solid #544664;
}

