A:link{text-decoration: none; color:#00038C;  font-weight:bold; }
A:link
{text-decoration: none; color:#00038C; font-weight:bold;}
A:visited
{text-decoration: none; color:#00038C; font-weight:bold;}
A:active
{text-decoration: underline overline; color:#00038C; font-weight:bold;}
A:hover
{text-decoration: underline; color:#00038C; font-weight:bold;}


h1 {font-family: verdana;
color: #000}

p {font-family: verdana;
color: #000}

body 
{ background: #C0C0FF;
font-family: "verdana", sans-serif;
color: #000000; 
letter-spacing: normal;
font-weight: normal;
font-size: medium; 
font-style: normal}

html {overflow-y: scroll;}

.treemenu {
	margin : 0px 20px;
	padding : 10px;
	list-style : none;	
	background-color : #EEE;
	border : 1px solid #000;
	width : 200px;
}

.treemenu UL {
	list-style : none;
	margin : 0px 10px;
	padding : 0px 10px;
}

.treemenu LI {
	display : inline;
}

.treemenu A {
	display : block;
	padding-left : 12px;
	text-decoration : none;

}

.treemenu .treeopen {
	background-image : url('open.gif');
	background-repeat : no-repeat;
	background-position : left;
}		

.treemenu .treeclosed {
	background-image : url('closed.gif');
	background-repeat : no-repeat;
	background-position : left;
}
