body {
	margin: 0;
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size: 12px;
        background-color: #F0F0E1;
}

p {
        margin-bottom: 20px;
}

#navi p {
        margin-bottom: 7px;
        margin-top: 7px;
        padding-left: 10px;
}

#navi a {
        color: #000000;
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
}

#navi a:hover {
        text-decoration: underline;
}

a {
        font-size: 10px;
        color: #2D4494;
        text-decoration: none;
}

h1 {
        font-size: 14px;
        font-weight: bold;
}

#content {
        margin: 35px;
}