body { 	margin-left:10;
	margin-top:0;
	margin-right:10;
	margin-bottom:0;
	}

cite {text-align: center; font-family: monospace; color: #CC3333; background-color: transparent; font-size: .85em; }

p {margin-top: 10px; margin-bottom: 10px; margin-left: 20px; margin-right: 20px; }

.p1 {margin-top: 5px; margin-bottom: 5px; margin-left: 10px; margin-right: 5px; font-size: .65em; }

.p3 {margin-top: 5px; margin-bottom: 5px; margin-left: 10px; margin-right: 5px; font-size: .75em; }

.p2 {margin-top: 5px; margin-bottom: 5px; margin-left: 10px; margin-right: 5px; font-size: .9em; }

.p4 {margin-top: 10px; margin-bottom: 10px; margin-left: 15px; margin-right: 5px; font-size: .75em; }

div {background:transparent; font:Arial,sans serif; } 

hr {color: #603311; background-color: transparent; margin-top: 0px; margin-bottom: 0px; }

h1 {background:transparent; font:bold 2.0em; margin:0; } 

h2 {background:transparent; font:bold 1.2em Arial,sans serif; margin-left: 5px; margin-top: 0; margin-bottom: 0px; } 

h3 {background:transparent; font:bold .95em Arial,sans serif; margin-left: 5px; margin-top: 0; margin-bottom: 0px; }

ul {list-style-type: circle; margin-top: -8px; margin-left: 5px; padding-left: 5px; }

li {margin-bottom: 6px; margin-left: 8px; }

small {font-size: .7em; }

spacer {font-size: .3em; }

em {font-size: .85em; }


/*=================== styles for top menu ======================*/
#topmenu {
	background-color: #FFFFF0;
	text-align: center;
	font-size: .70em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right:  0px;
	color: inherit;
	border-top: 2px solid #603311;
	border-bottom: 2px solid #603311;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}
#topmenu a:link{ 
	color: #000000;
	background-color: #FFFFF0;
	text-decoration: none;
}
#topmenu a:active {
	color: #000000;
	background-color: #FFFFF0;
	text-decoration: none;
}
#topmenu a:visited{
	color: #000000;
	background-color: #FFFFF0;
	text-decoration: none;

}
#topmenu a:hover {
	color: #000000;
	background-color: #FFFFF0;
	text-decoration:underline;
}

/* End styles for top menu */
