body {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	background-color: #0a0049;
	color: white;
	font-family: Sans, Arial, Helvetica;
}
a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
div.sidebox {
	position: absolute;
	top: 200px;
	left: 100px;
	width: 200px;
	min-height: 300px;
}

div.listbox {
	background-color: #333333;
	color: #dddddd;
	padding: 10px;
	border: 3px ridge darkred;
}
div.listbox a {
	text-decoration: none;
	color: silver;
}
div.listbox a:hover {
	text-decoration: underline;
	color: white;
}
div.sidebox div.header {
	font-weight: bold;
}
div.sidebox div.subnote {
	font-size: 70%;
	padding-bottom: 10px;
}

div.actionbox {
	background-color: white;
	color: navy;
	padding: 10px;
	border: 3px ridge navy;
	margin-bottom: 10px;
}
div.actionbox a {
	color: navy;
	text-decoration: none;
}
div.actionbox a:hover {
	text-decoration: underline overline;
	color: red;	
}

div.contentbox {
	position: absolute;
	top: 200px;
	left: 400px;
	width: 500px;
	//height: 300px;
	background-color: #999999;
	color: white;
	padding: 10px;
	border: 3px ridge darkred;
	z-index:1;
}
div.contentbox div.header {
	font-size: 120%;
	font-weight: bold;
}
div.contentbox div.subnote {
	font-size: 80%;
}
div.contentbox div.content {
	padding-top: 20px;
}

div.footer_left {
	font-size:80%;
	font-style:italic;
	margin-top: 10mm;
	
	position: fixed;
	right: 0px;
	bottom: 0px;
	
	z-index: 0;
}
div.footer_right {
	font-size:80%;
	font-style:italic;
	margin-top: 10mm;
	
	position: fixed;
	left: 0px;
	bottom: 0px;
	
	z-index: 0;
}

table#menu {
  position: absolute;
  left: 300px;
  top: 30px;
  width: 700px;
  height: 150px;
  font-size: 30px;
  text-align: center;
  color: silver;
  font-family: Monospace;
}
table#menu a 
{
  color: silver;
  text-decoration: none;
  font-weight: bold;
}
table#menu a:hover
{
  color: white;
}


