body { font-family:Arial; color:black; background-color:white; }
h1 { font-family:Arial; font-size:12; color:rgb(35,90,0); }
h2 { font-family:Arial; font-size:12; color:rgb(5,93,5); }
h4 { color:rgb(5,93,5); }
a:active { color:red; }
a:link { color:blue; }
a:visited { color:purple; }
span.namo-link, a:link { text-decoration:underline; }
span.namo-visited { color:purple; }
span.namo-active { color:red; }
span.namo-link { color:blue; }

* {
	padding: 0;
}

ul {
/*	margin-left: 3em; */
/*	line-height: 150%; */
list-style-image:url('images/yl_paw.gif');
}

ol {
/*	margin-left: 3em; */
}


.italic {
	font-style: italic
}

.alert {
	font-weight: bold;
	color: red;
}

.border {
	border: solid black 1px;
}
/* Menu */

#menu {
	float: left;
	width: 200px;
	background: url(images/button2.gif);
}

#menu ul {
	margin: 0;
	padding: 5px 0 5px 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 5px 0px 5px 0px;
/*	background: url(images/hr.gif) repeat-x;*/
	text-decoration: none;
	font-size: 100%;
/*	font-weight: bold; */
	color: #FFFFFF;
}

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

#menu .first a {
	background: none;
}
