body {
	background-color: #883FAA;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

img.title {
	position: absolute;
	left: 345px;
	top: 20px; 
}


.focustext {
	font-weight: bold;
	font-size: 100%;
}

.menu {
	text-align: center;
	font-weight: bold;
	font-size: 112%;
	color: #612E7B;
}

form {
	border: thin;
	border: Black;
}

img.icon{
	margin: 2px;
}

#container {
	text-align: left;
	width: 235px;
	position: absolute;
	padding: 10px 10px 10px 10px;
	left: 52px;
	top:5px;
}

.smalllinks{
	font-size: x-small;
	text-align: center;
}

a:link {
	color: #472357;
	text-decoration: none;
}

a:visited {
	color: #185E15;
	text-decoration: none;
}

a:hover {
	color: #813BA0;
	text-decoration: none;
}

a img {
	border: 0px;
}