BODY{background: URL(momat.jpg) no-repeat; 
     background-position: 10px 8px;}
.navi{
	font-size: 80%;
	color: #666666;
        background-color: #FFFFFF;
        border-bottom: #CCCCCC solid 1px;
        border-left: #FFFFFF solid 4px;
        width: 10em;
	line-height: 180%;
        text-decoration: none;
}

.navi2{
	font-size: 80%;
	color: #666666;
        background-color: #FFFFFF;
        border-bottom: #CCCCCC solid 1px;
        border-left: #FFFFFF solid 4px;
        width: 10em;
	line-height: 180%;
        text-decoration: none;
}


.navi#current{
	font-size: 80%;
	color: #666666;
        background-color: #FFFFFF;
        border-bottom: #CCCCCC solid 1px;
        border-left: #CCCCCC solid 4px;
        width: 10em;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 8px;
        text-decoration: none;
}

.navi:hover{
	border-left: orange solid 4px;
}

.navi2#current{
	font-size: 80%;
	color: #666666;
        background-color: #FFFFFF;
        border-bottom: #CCCCCC solid 1px;
        border-left: #CCCCCC solid 4px;
        width: 10em;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 8px;
        text-decoration: none;
}

.navi2:hover{
	border-left: lightgreen solid 4px;
}

TD.body{
	padding: 1em;
	padding-left: 2em;
}

H1{
	color: #333333;
	font-size: 125%;
	font-weight: normal;
	letter-spacing: 0.2em;
	border-bottom: #000066 solid 4px;
	margin-top: 1em;
	margin-bottom: 2em;
}

H2{
	font-size: 110%;
}

