body{
	
font-family: Helvetica;

}


a:link {
  font-weight: bold;
  color: #663300;
  text-decoration: none;
}

a:visited, a:active {
  font-weight: bold;
  color: #332211;
  text-decoration: none;
}

a:hover {
  font-weight: bold;
  color: #994A00;
  text-decoration: underline;
}


th{
	height: 26px;
	background-color:#663300; 
	color:#FFFFFF; 
	font-weight:bold
	text-align:left;
	padding-left: 5px;
}

table a:link, table a:visited, table a:active {
  font-weight: bold;
  color: #663300;
  text-decoration: none;
}

table a:hover {
  font-weight: bold;
  color: #663300;
  text-decoration: underline;
}

th a:link, th a:visited, th a:active {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

th a:hover {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: underline;
}

td{
	height: 24px;
	
}

.navi{
	height: 30px;
	background-color:#663300; 
	padding: 6px;
	margin-bottom: 10px;
	color: white;	
	font-size: 0.7em;
}

.navi a:link, .navi a:visited, .navi a:active {
	font-weight: bold;
	color: #FFFFFF;
  text-decoration: none;	
}

.navi a:hover {
	font-weight: bold;
	color: #FFFFFF;
  text-decoration: underline;	
}


.navi_admin{
	height: 30px;
	background-color:#EE5500; 
	padding: 6px;
	margin-bottom: 10px;
	color: white;	
	font-size: 1.3em;
}