body{
background-color: #FFCC66;
color: #006633;
font-family: sans-serif;
padding-left:5%;
padding-right:5%;
}

H1{
    font-size: 1.0em;
    font-weight: 400;
}

a.subnavi, a.subnavi:link, a.subnavi:visited, a.subnavi:active, .subnavi {
	color: #006633; 
	font-size: 11px; 
	text-decoration: none;
}

.copy, a.copy, a.copy:link, a.copy:visited, a.copy:active {
	color: #cc0000; 
	font-size: 16px;
	font-family: Times New Roman;
	text-decoration: none;
}

a:hover, a.copy:hover, a.subnavi:hover { 
	color: #ff0000;
}

#copyright{
	clear:both;
	border-top:1px solid orange;
	margin-top:20px;
	text-align:right;
	padding-right:5px;
	font-size:0.6em;
	width: 592px;
	color: #006633;
}