body {
    background-color:          #FFFFDC;
    color:                     black;
    font-family:               Arial, Helvetica, sans-serif;
    font-weight:               normal;
    text-align:                left;
    margin-left:               4%;
    margin-right:              4%;
}

td,th {
	font-family:               Arial, Helvetica, sans-serif;
}

p {
    margin-top:                6px;
    margin-bottom:             6px;
}

h1,h2 {
    font-weight:               bold;
    text-align:                center;
    color:                     green;
}

h1 {
    font-size:                 200%;
}

h2 {
    font-size:                 150%;
    margin-top:                -10px;
}

h3 {
    font-size:                 100%;
    font-weight:               bold;
    text-align:                left;
    color:                     green;
    margin-top:                25px;
    margin-bottom:             12px;
}

.leftind1 {
    margin-left:               20px;
}

.navigation a:link {
	color:                     #FFFFDC;
	background-color:          transparent;
	text-decoration:           none;
}

.navigation a:visited {
	color:                     #FFFFDC;
	background-color:          transparent;
	text-decoration:           none;
}