body {
	margin-top: 10px;
	background-image: url(/images/background.jpg);
	color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

#content {
	padding-left: 20px;
	padding-right: 20px;
}
.content_title {
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}
content_text {
	font-size: 12px;
	color: #000000;
}
.picture{
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #339900;
	border-right-color: #339900;
	border-bottom-color: #339900;
	border-left-color: #339900;

}
.menu {
	font-size: 12px;
	padding-right: 20px;
}
.menu:link {
	color: #006699;
}
.menu:visited {
	color: #006699;
}
.menu:hover {
	color: #993333;
}
.menu:active {
	color: #006699;
}

