body {
	background-repeat: no-repeat;
	background-position:  10px 10px;
	color: #000000;
  font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
  background-color: #b3c8b2;
}
a:link{
  color: #000000;
}
a:visited {
	color: #000000;
}
a:hover{
  color: #555555;
}
a.menu:link {
  color: #000000;
  text-decoration: none;
}
a.menu:visited {
  color: #000000;
  text-decoration: none;
}
a.menu:hover {
  color: #b3c8b2;
  text-decoration: none;
}
p {
}
h1 {
  font-size: 20px;
}
h2 {
}
h3 {
}
table {
  border-collapse: collapse;
  border: 0;
  padding: 2px;
  text-align: left;
  width: 100%;
  height: 100%;
  vertical-align:top;
}
table.menu {
  width: 180px;
  height: 150px;
  border: 2px solid #555555;
  border-collapse: separate;
	border-spacing: 5px;
	background-color: #eeeeee;
  font-size: 16px;
	font-weight: bold;
	text-align: left;
	
}
td {
  vertical-align: top;
}
td.content {
	width: 560px;
	vertical-align: top;
	background-color: #eeeeee;
	border: 1px solid #555555;
	padding: 20px;
}
ul {
	list-style-type: disc;
	font-size: 18px;
}

