.bg {
	background-color: #5A5A70;
}
.maintitle {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 24px;
	color: #5A5A70;
	background-color: #B0B0BF;

}
.menu {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B0B0BF;

}
.menu-link {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #5A5A70;
	text-decoration: underline;

}
.menu-link-current {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	background-color: #5A5A70;
}
.text {
	font-family: Tahoma, Garamond, Arial;
	font-size: 14px;
	color: #000000;
	font-weight: normal;

}
.code {
	font-family: "Courier New";
	font-size: 12px;
	color: #1E1E44;
	font-style: normal;

}
.code-link {
	font-family: "Courier New";
	font-size: 12px;
	color: #1E1E44;
	text-decoration: underline;

}
.code-header {
	font-family: Tahoma, Arial;
	font-size: 18px;
	color: #333333;
}
pre {
	font-family: "Courier New";
	font-size: 12px;
	font-style: normal;
	color: #1E1E44;
}

