body {
	background-color: #EEEEEE;
	color: #111111;
	margin: 1%;
}

h2 {
	color: #336633;
	margin-left: 1%;
}

a {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: white;
	background-color: #DD4814;
}

a.title {
	color: #111111;
}
a.title:hover {
	background-color: transparent;
}

div.menu {
	margin: 0;
	padding: 0;
}
div.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.menu li {
	float: left;
	text-align: center;
	width: 200px;
}
div.menu a {
	border: outset 1px #606060;
	text-align: center;
	font-size: large;
	font-style: italic;
	display:block;
	padding: 0.5em 0;
	background-color: #606060;
	color: white;
}
div.menu a:hover {
	border: inset 1px #303030;
	background-color: #303030;
}

img {
	border: 0px;
}

div.psp_content {
	margin: 4px auto 4px auto;
	padding: 4px;
	background: #dddddd;
}
div.psp_content img {
	float: left;
}
div.psp_content_text {
	margin-left: 150px;
	line-height: 140%;
}
div.psp_content_text a{
	color: black;
	background-color: #bbbbbb;
}
div.psp_content_text a:hover{
	color: #dddddd;
	background-color: #DD4814;
}

div.footer {
	text-align: center;
	margin: 4px;
}

