body {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: verdana;
	background-color: #FFFFCC;
	overflow: auto;
}

a:link, a:visited, a:active {
	color: Blue;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:hover {
	color:red;
	text-decoration: none;
	font-weight:bold;
	}

a.navi {
 	padding:3px;
 	text-align:left;
                font-size: 12px;
 	}
a.navi:link, a.navi:visited, a.navi:active { 
	color:#000000;
 	text-decoration:none;
	font-weight:bold;
	}
a.navi:hover {
	color: Red;
	font-weight: bold;
	text-decoration: underline;
	}

a.subnavi {
 	padding:3px;
 	text-align:center;
 	text-decoration:none;
	border: 1px solid #000000;
	margin: 1px;
	font-size: 12px;
	height: 14px;
 	}
a.subnavi:link, a.subnavi:visited { 
	color:#ffffff;
 	background-color:#990000;
 	text-decoration:none;
	font-weight:bold;
	}
a.subnavi:active, a.subnavi:hover { 
	color:#990000;
	font-weight:bold;
 	background-color:#FFFFCC;
	}
	
h1 {
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 10px;
	color: Black;
	}

h2 {
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
	color: Black;
	}
	
h3 {
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
	color: Black;
	}
	
td {
    font-size: 12px;
}

hr {
	color: #F5EB99;
	height: 2px;
}
	
.content {
	border-left :2pt solid #F5EB99;
	padding: 10px;
   font-size: 12px;
	}
	
.news-amenu-item-year {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}
