p {
	color: black;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: navy;
	background-color: #EED;
}

h1 {
	color: black;
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

xmp {
	font-family: helvetica, sans-serif;
	font-size: 0.8em;
}

a {
	color: blue;
	text-decoration: underline;
}

strong {
	font-style: italic;
	text-transform: uppercase;
}

#current_menu {
	color: #FFFFFF;
	border: 1px solid #000000;
	background: #333333;
}

#navigation {
	float:left;
	top: 0;
	left: 0;
	width: 14em;
	/*background: #FFFFFF;*/
}

#content {
	margin: 0 13em;
	/*float:right;*/
}

#navigation ul {
        list-style-type: none;
	margin-left: 1px;
        padding-left: 1px;
}

#navigation a {
        /*/*/padding: 3px;
        display: block;
        border: 1px solid #CCC;
        text-decoration: none;
        line-height: 1em;
        width: 13em; /* */
}
#navigation a:link, #navigation a:visited {
        color: #0022FF;
}
#navigation a:hover, #navigation a:active {
        color: #FFFFFF;
        border: 1px solid #000000;
        background: #0000FF;
}

#sub_menu a {
	position: relative;
	left: 1em;
	width: 11em;
}
